mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +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>
|
2010-06-17 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/map_builder.php: Fixed the ACL
|
* godmode/reporting/map_builder.php: Fixed the ACL
|
||||||
|
@ -74,7 +74,8 @@ $table->align[5] = "center";
|
|||||||
$table->size[5] = 40;
|
$table->size[5] = 40;
|
||||||
|
|
||||||
$info = array ();
|
$info = array ();
|
||||||
$info = get_users ();
|
// Get users ordered by id_user
|
||||||
|
$info = get_users ("id_user");
|
||||||
|
|
||||||
$rowPair = true;
|
$rowPair = true;
|
||||||
$iterator = 0;
|
$iterator = 0;
|
||||||
|
@ -42,7 +42,8 @@ $table->align[3] = "center";
|
|||||||
|
|
||||||
|
|
||||||
$info = array ();
|
$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
|
//Only the users from the user groups are visible
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user