X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=profileinfo.php;h=609ea9538cba65fe37fc61b024507bece2c27891;hb=ca8aa5a6a621852f0a8ba58df7f2d9a73f4a6764;hp=f44ee5a231fea0e7b4c6f979e4bfcbbecd7086ff;hpb=88081365b3604e51922151bb2de3185f6f8b5896;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index f44ee5a231..609ea9538c 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -436,7 +436,9 @@ if ( isset( $_REQUEST['filter'] ) ) { } $points[] = $s; - usort( $points, 'compare_point' ); + // @codingStandardsIgnoreStart + @usort( $points, 'compare_point' ); + // @codingStandardsIgnoreEnd foreach ( $points as $point ) { if ( strlen( $filter ) && !strstr( $point->name(), $filter ) ) {