From 58aee2faa7ab32edcedaf68d346593de9ddb3cb6 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 19 Mar 2008 17:56:41 +0000 Subject: - [DEV-139] added transaction functionality to frontend (Artem) - many small fixes (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5505 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/import.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/import.inc.php') diff --git a/frontends/php/include/import.inc.php b/frontends/php/include/import.inc.php index e3697ac9..2fa6a977 100644 --- a/frontends/php/include/import.inc.php +++ b/frontends/php/include/import.inc.php @@ -131,7 +131,7 @@ 0, /* useip */ "", /* dns */ "", /* ip */ - 0, + 0, /* proxy_hostid */ array(), null, array()); -- cgit