X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=profileinfo.php;h=609ea9538cba65fe37fc61b024507bece2c27891;hb=b9a9197c330fee1891d13533ef241cf3528b27e4;hp=f44ee5a231fea0e7b4c6f979e4bfcbbecd7086ff;hpb=6cd232ebfe4b55612fe774f0127339a11626230b;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 ) ) {