diff options
Diffstat (limited to 'frontends/php/include/export.inc.php')
| -rw-r--r-- | frontends/php/include/export.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/export.inc.php b/frontends/php/include/export.inc.php index 77eb49fc..3b851e4f 100644 --- a/frontends/php/include/export.inc.php +++ b/frontends/php/include/export.inc.php @@ -66,6 +66,7 @@ 'attribures' => array(), 'elements' => array( 'description' => '', + 'type' => '', 'expression' => '', 'url' => '', 'status' => '', @@ -214,6 +215,7 @@ { if(empty($data[$db_name])) continue; if(empty($xml_name)) $xml_name = $db_name; + zbx_xmlwriter_write_element ($memory, $xml_name, $data[$db_name]); } zbx_xmlwriter_end_element($memory); // XML_TAG_TRIGGER |
