mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update default_setting_edit.php
This commit is contained in:
@@ -123,8 +123,8 @@
|
||||
}
|
||||
else {
|
||||
$sql = "insert into v_vars ";
|
||||
$sql .= "(var_uuid, var_name, var_value, var_cat, var_enabled) ";
|
||||
$sql .= "values ('".uuid()."', 'timezone', '$default_setting_value', 'Defaults', 'true'); ";
|
||||
$sql .= "(var_uuid, var_name, var_value, var_category, var_command, var_enabled) ";
|
||||
$sql .= "values ('".uuid()."', 'timezone', '$default_setting_value', 'Defaults', 'set', 'true'); ";
|
||||
}
|
||||
$db->query($sql);
|
||||
unset($sql);
|
||||
|
||||
Reference in New Issue
Block a user