Update app_config.php

Remove phrase_xml.
This commit is contained in:
FusionPBX 2016-07-24 00:12:40 -06:00 committed by GitHub
parent dd53b79396
commit 7663a254a8
1 changed files with 0 additions and 4 deletions

View File

@ -90,10 +90,6 @@
$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'] = "phrase_xml";
$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'] = "phrase_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";