summaryrefslogtreecommitdiffstats
path: root/frontends/php/bulkloader.php
diff options
context:
space:
mode:
authorjames_wells <james_wells@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-11-19 15:53:58 +0000
committerjames_wells <james_wells@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-11-19 15:53:58 +0000
commitc5163a1da5c106fe4bf8914c32db1c2b7e5e98cc (patch)
treeb5fc4c390d9e42c874e0296a0d17a7edadeb4ca7 /frontends/php/bulkloader.php
parente45968f2578a9f48f91126da86957b26880572f1 (diff)
Fixed a minor bug with the host loader. It now correctly synchronizes
items, triggers, actions, and graphs on host creation. bulkloader.php git-svn-id: svn://svn.zabbix.com/trunk@2337 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/bulkloader.php')
-rw-r--r--frontends/php/bulkloader.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/bulkloader.php b/frontends/php/bulkloader.php
index 533cd91c..6444c9da 100644
--- a/frontends/php/bulkloader.php
+++ b/frontends/php/bulkloader.php
@@ -125,6 +125,7 @@
add_Host_To_Group($tmpGroupID,$tmpHostID);
}
add_template_linkage($tmpHostID,$hostTemplate,7,7,7,7,7);
+ sync_host_with_template($tmpHostID,$hostTemplate,7,7,7,7,7);
DBexecute("update hosts set serverid=$hostServer where hostid='$tmpHostID'");
}
break;