|
@@ -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
|