summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/export.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-18 10:56:37 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-18 10:56:37 +0000
commitd5ab62f761aa744402aac799c894dad15e3fa68a (patch)
treef170360410fe3f8600c28fc2c517620a86f4eb9b /frontends/php/include/export.inc.php
parentac9f1249cfe9a03b56ad1e58dbb0e227975c0f54 (diff)
downloadzabbix-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.php2
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);