mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
2010-06-17 Sergio Martin <sergio.martin@artica.es>
* operation/users/user.php godmode/users/user_list.php: Changed the order of the users to id_user git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2911 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1ade11f486
commit
64df635cd7
@ -1,3 +1,9 @@
|
||||
2010-06-17 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/users/user.php
|
||||
godmode/users/user_list.php: Changed the order
|
||||
of the users to id_user
|
||||
|
||||
2010-06-17 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/reporting/map_builder.php: Fixed the ACL
|
||||
|
@ -74,7 +74,8 @@ $table->align[5] = "center";
|
||||
$table->size[5] = 40;
|
||||
|
||||
$info = array ();
|
||||
$info = get_users ();
|
||||
// Get users ordered by id_user
|
||||
$info = get_users ("id_user");
|
||||
|
||||
$rowPair = true;
|
||||
$iterator = 0;
|
||||
|
@ -42,7 +42,8 @@ $table->align[3] = "center";
|
||||
|
||||
|
||||
$info = array ();
|
||||
$info = get_users ();
|
||||
// Get users ordered by id_user
|
||||
$info = get_users ("id_user");
|
||||
|
||||
//Only the users from the user groups are visible
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user