summaryrefslogtreecommitdiffstats
path: root/frontends/php/users.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-13 08:22:32 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-13 08:22:32 +0000
commitabaab90a1c9d3367f1ef636557cfe8e661716749 (patch)
tree3e266e5523a635c45a7e7ef6d4571e7323f26065 /frontends/php/users.php
parent8901654871973b4267f106a97183001189189c82 (diff)
downloadzabbix-abaab90a1c9d3367f1ef636557cfe8e661716749.tar.gz
zabbix-abaab90a1c9d3367f1ef636557cfe8e661716749.tar.xz
zabbix-abaab90a1c9d3367f1ef636557cfe8e661716749.zip
- merger rev. 4546:4547 of branches/1.4.j [developed data monitoring of multiple nodes]
git-svn-id: svn://svn.zabbix.com/trunk@4549 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/users.php')
-rw-r--r--frontends/php/users.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/users.php b/frontends/php/users.php
index 10fef70a..ad38a62e 100644
--- a/frontends/php/users.php
+++ b/frontends/php/users.php
@@ -383,7 +383,7 @@ include_once "include/page_header.php";
S_NAME,S_SURNAME,S_USER_TYPE,S_GROUPS,S_IS_ONLINE_Q));
$db_users=DBselect("select userid,alias,name,surname,type,autologout ".
- " from users where ".DBid2nodeid('userid')."=".$ZBX_CURNODEID.
+ ' from users where '.DBin_node('userid').
" order by alias");
while($db_user=DBfetch($db_users))
{
@@ -445,7 +445,7 @@ include_once "include/page_header.php";
S_MEMBERS));
$result=DBselect("select usrgrpid,name from usrgrp".
- " where ".DBid2nodeid('usrgrpid')."=".$ZBX_CURNODEID.
+ ' where '.DBin_node('usrgrpid').
" order by name");
while($row=DBfetch($result))
{