function sync_host_with_templates($hostid, $templateid = null) { delete_template_elements($hostid, $templateid); $res = copy_template_elements($hostid, $templateid); return $res; }
function sync_host_with_templates($hostid, $templateid = null) { delete_template_elements($hostid, $templateid); copy_template_elements($hostid, $templateid); }