Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something.

This commit is contained in:
markjcrane
2016-03-11 11:46:02 -07:00
parent 3898a18f42
commit b135f6b120
7 changed files with 46 additions and 46 deletions
+2 -2
View File
@@ -240,8 +240,8 @@
$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_provision_enable";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_provision_enable";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_enabled";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provision_enable";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;