diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-18 10:56:37 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-18 10:56:37 +0000 |
| commit | d5ab62f761aa744402aac799c894dad15e3fa68a (patch) | |
| tree | f170360410fe3f8600c28fc2c517620a86f4eb9b /frontends/php/include/export.inc.php | |
| parent | ac9f1249cfe9a03b56ad1e58dbb0e227975c0f54 (diff) | |
| download | zabbix-d5ab62f761aa744402aac799c894dad15e3fa68a.tar.gz zabbix-d5ab62f761aa744402aac799c894dad15e3fa68a.tar.xz zabbix-d5ab62f761aa744402aac799c894dad15e3fa68a.zip | |
- [DEV-137] fixes for oracle (Artem)
- [DEV-137] small fixes (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5834 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/export.inc.php')
| -rw-r--r-- | frontends/php/include/export.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/php/include/export.inc.php b/frontends/php/include/export.inc.php index c8f23a7a..3c6dc567 100644 --- a/frontends/php/include/export.inc.php +++ b/frontends/php/include/export.inc.php @@ -40,7 +40,6 @@ 'elements' => array( 'depends' => '') ), -// based on mod by scricca XML_TAG_HOSTPROFILE => array( 'attribures' => array(), 'elements' => array( @@ -318,7 +317,6 @@ // based on mod by scricca $data = DBfetch(DBselect('SELECT hp.* FROM hosts_profiles hp WHERE hp.hostid='.$hostid)); -// if(!$data) return false; if($data){ zbx_xmlwriter_start_element ($memory,XML_TAG_HOSTPROFILE); |
