Index: trunk/phase3/profileinfo.php |
— | — | @@ -199,7 +199,7 @@ |
200 | 200 | } |
201 | 201 | }; |
202 | 202 | |
203 | | -function compare_point( $a, $b ) { |
| 203 | +function compare_point(profile_point $a, profile_point $b) { |
204 | 204 | global $sort; |
205 | 205 | switch ( $sort ) { |
206 | 206 | case "name": |