Update app_config.php

This commit is contained in:
FusionPBX
2019-08-16 12:59:03 -06:00
committed by GitHub
parent 4512a21c78
commit ab83a61560

View File

@@ -194,10 +194,8 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "user_email";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "useremail";
$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'] = "user_status";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "userstatus";