From 95cfb8d1383f48ed1a3f17c68925e35ec329e3af Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 25 Aug 2016 16:42:51 -0600 Subject: [PATCH] Update app_config.php No one has these fields yet except for the original developer so deprecated value in the array is not needed. --- app/devices/app_config.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 7eb737b518..cd2614e180 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -364,18 +364,15 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_provisioned_date"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provisioned_date"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_provisioned_date"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "datetime"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_provisioned_method"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provisioned_method"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_provisioned_method"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_provisioned_ip"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provisioned_ip"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_provisioned_ip"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";