mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-09 10:08:45 +00:00
Set email template_enable to default to true
This commit is contained in:
@@ -615,6 +615,10 @@
|
||||
unset($array);
|
||||
}
|
||||
|
||||
//set the default value of template_enabled to true
|
||||
$sql = "update v_email_templates set template_enabled = 'true' where template_enabled is null";
|
||||
$database->execute($sql);
|
||||
unset($sql);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user