Browse Source

Fixed \"Groups\" tool: Fixing hard-coded person name order to view student.

Arthur Portugal 15 years ago
parent
commit
479e039db6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/group/group_space.php

+ 2 - 2
main/group/group_space.php

@@ -425,10 +425,10 @@ function get_group_user_data($from, $number_of_items, $column, $direction)
 						user.user_id 	AS col0,
 						". (api_is_western_name_order() ?
 						"user.firstname 	AS col1,
-						user.lastname 	AS col2,"
+						user.lastname 	AS col2 "
 						:
 						"user.lastname 	AS col1,
-						user.firstname 	AS col2,"
+						user.firstname 	AS col2 "
 						)."
 						FROM ".$table_user." user, ".$table_group_user." group_rel_user 
 						WHERE group_rel_user.user_id = user.user_id