diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-30 12:40:42 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-30 12:40:42 +0000 |
| commit | 527da18d12fc32d48858acd51e934ef57ab294fb (patch) | |
| tree | 118903541cb2a0ae3bdf5f30b927d1c3ae203782 /frontends/php/exp_imp.php | |
| parent | 936ff51ecc479199146600c12f5ef3a1e6977c35 (diff) | |
| download | zabbix-527da18d12fc32d48858acd51e934ef57ab294fb.tar.gz zabbix-527da18d12fc32d48858acd51e934ef57ab294fb.tar.xz zabbix-527da18d12fc32d48858acd51e934ef57ab294fb.zip | |
- [DEV-191] fixes to inline update in "Latest Data" screen (Artem)
- [DEV-137] improvements in HTML validation (Artem)
- [DEV-137] fixes in SQL constructions for MySQL (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5853 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/exp_imp.php')
| -rw-r--r-- | frontends/php/exp_imp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/exp_imp.php b/frontends/php/exp_imp.php index 63ee0f22..31c58bf3 100644 --- a/frontends/php/exp_imp.php +++ b/frontends/php/exp_imp.php @@ -189,7 +189,7 @@ include_once "include/page_header.php"; $table->SetHeader(array(S_HOST, S_ELEMENTS)); $table->ShowStart(); - $db_hosts = DBselect('SELECT * FROM hosts WHERE '.DBcondition('hostid',array_keys($hosts)); + $db_hosts = DBselect('SELECT * FROM hosts WHERE '.DBcondition('hostid',array_keys($hosts))); while($host = DBfetch($db_hosts)){ $el_table = new CTableInfo(S_ONLY_HOST_INFO); $sqls = array( |
