mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Deprecate device_time_zone the better way to do this is set the time zone information in the default, domains or device settings.
This commit is contained in:
@@ -201,6 +201,7 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_time_zone";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_description";
|
||||
|
||||
Reference in New Issue
Block a user