From d13ea897eda76d08bac623bb1a6e965b712c8116 Mon Sep 17 00:00:00 2001 From: sasha Date: Mon, 3 Dec 2007 13:01:18 +0000 Subject: - [DEV-86] DM: Synchronizing all history data with master node git-svn-id: svn://svn.zabbix.com/trunk@5131 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/nodes.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/nodes.inc.php') diff --git a/frontends/php/include/nodes.inc.php b/frontends/php/include/nodes.inc.php index 0cffb431..758695d1 100644 --- a/frontends/php/include/nodes.inc.php +++ b/frontends/php/include/nodes.inc.php @@ -88,9 +88,9 @@ } $result = DBexecute('insert into nodes (nodeid,name,timezone,ip,port,slave_history,slave_trends,'. - 'event_lastid,nodetype,masterid) values ('. + 'nodetype,masterid) values ('. $new_nodeid.','.zbx_dbstr($name).','.$timezone.','.zbx_dbstr($ip).','.$port.','.$slave_history.','.$slave_trends.','. - '0,'.$nodetype.','.$masterid.')'); + $nodetype.','.$masterid.')'); if($result && $node_type == ZBX_NODE_MASTER) { -- cgit