Esempio n. 1
0
function sync_host_with_templates($hostid, $templateid = null)
{
    delete_template_elements($hostid, $templateid);
    $res = copy_template_elements($hostid, $templateid);
    return $res;
}
Esempio n. 2
0
function sync_host_with_templates($hostid, $templateid = null)
{
    delete_template_elements($hostid, $templateid);
    copy_template_elements($hostid, $templateid);
}