diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-08-13 08:22:32 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-08-13 08:22:32 +0000 |
| commit | abaab90a1c9d3367f1ef636557cfe8e661716749 (patch) | |
| tree | 3e266e5523a635c45a7e7ef6d4571e7323f26065 /frontends/php/popup_users.php | |
| parent | 8901654871973b4267f106a97183001189189c82 (diff) | |
| download | zabbix-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/popup_users.php')
| -rw-r--r-- | frontends/php/popup_users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/popup_users.php b/frontends/php/popup_users.php index 8094f007..620326a7 100644 --- a/frontends/php/popup_users.php +++ b/frontends/php/popup_users.php @@ -85,7 +85,7 @@ function add_user(formname,user_id,alias) $table = new CTableInfo(S_NO_USERS_DEFINED); $table->SetHeader(array(S_NAME, S_NAME, S_SURNAME, S_TYPE)); - $result = DBselect("select * from users where ".DBid2nodeid('userid')."=$ZBX_CURNODEID order by name"); + $result = DBselect('select * from users where '.DBin_node('userid').' order by name'); while($row = DBfetch($result)) { $name = new CLink($row["alias"],"#","action"); |
