Update app_config.php

This commit is contained in:
FusionPBX
2017-06-17 11:35:52 -06:00
committed by GitHub
parent 12ba3e2244
commit e631e6a8f9

View File

@@ -262,7 +262,12 @@
$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'] = "directory_full_name";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "directory_first_name";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "directory_full_name";
$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'] = "directory_last_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;