@@ -163,7 +163,23 @@ class installer_dist extends installer_base {
if(!is_group($cf['vmail_groupname']))caselog($command.' &> /dev/null',__FILE__,__LINE__,"EXECUTED: $command","Failed to execute the command $command");
$used_assigned[]=$assigned_id;// for comparison with database
}else{
$new_tpl[]=$tpl_id;
}
}
if($old_style==true){
// we have to take care of this in an other way
$in_db=$app->db->queryAllRecords('SELECT `assigned_template_id`, `client_template_id` FROM `client_template_assigned` WHERE `client_id` = '.$clientId);