|
|
|
@ -446,6 +446,10 @@ function get_user_data($from, $number_of_items, $column, $direction) { |
|
|
|
|
$from = intval($from); |
|
|
|
|
$number_of_items = intval($number_of_items); |
|
|
|
|
|
|
|
|
|
if (api_is_session_admin() && api_get_setting('allow_session_admins_to_manage_all_users') == 'false') { |
|
|
|
|
$sql .= " WHERE u.creator_id = ".api_get_user_id(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$sql .= " ORDER BY col$column $direction "; |
|
|
|
|
$sql .= " LIMIT $from,$number_of_items"; |
|
|
|
|
|
|
|
|
|