diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-09-28 14:35:24 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-09-28 14:35:24 +0000 |
| commit | 4fa2387e9a30a6b83534abd2b0b7e6c3b0f4c18c (patch) | |
| tree | 7f6c6116d7c9208c5595218f599bf5e70d0c296e /frontends/php/include | |
| parent | 9cc712c2961cebb0a8f4dd1a36e78a5d351df6f5 (diff) | |
| download | zabbix-4fa2387e9a30a6b83534abd2b0b7e6c3b0f4c18c.tar.gz zabbix-4fa2387e9a30a6b83534abd2b0b7e6c3b0f4c18c.tar.xz zabbix-4fa2387e9a30a6b83534abd2b0b7e6c3b0f4c18c.zip | |
- [ZBX-80] Master node does not display configuration of slave nodes (Sasha)
[svn merge svn://svn.zabbix.com/branches/1.4 -r4805:4810]
git-svn-id: svn://svn.zabbix.com/trunk@4811 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 7ebbae52..1e20df98 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -600,7 +600,7 @@ function TODO($msg) { echo "TODO: ".$msg.BR; } // DEBUG INFO!!! function select_config() { - $row=DBfetch(DBselect("select * from config")); + $row=DBfetch(DBselect("select * from config where ".DBin_node("configid", get_current_nodeid(false)))); if($row) { return $row; |
