From 170c8f55879ee734c4c527c08b2be49dd42c2eb6 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 24 Nov 2006 10:30:32 +0000 Subject: - added group rules for export system (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3509 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/export.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/export.inc.php') diff --git a/frontends/php/include/export.inc.php b/frontends/php/include/export.inc.php index 0ae10b7e..9e21f616 100644 --- a/frontends/php/include/export.inc.php +++ b/frontends/php/include/export.inc.php @@ -134,7 +134,7 @@ } function zbx_xmlwriter_output_memory(&$mem, $val) - { + { /* NOTE: use this function only in the end of xml file creation */ echo '>'; } -- cgit