X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=profileinfo.php;h=609ea9538cba65fe37fc61b024507bece2c27891;hb=3440b7dff688f4dfd352be5fe02f26e08c5bc19d;hp=f44ee5a231fea0e7b4c6f979e4bfcbbecd7086ff;hpb=235219d34b1382d8b0130f1e9ff88108f466cc8b;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 ) ) {