Update app_config.php

No one has these fields yet except for the original developer so deprecated value in the array is not needed.
This commit is contained in:
FusionPBX
2016-08-25 16:42:51 -06:00
committed by GitHub
parent 05731394b5
commit 95cfb8d138

View File

@@ -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'] = "";