Update app_config.php

This commit is contained in:
FusionPBX
2018-03-25 10:01:24 -06:00
committed by GitHub
parent 664b394bd7
commit 88ac6a102c

View File

@@ -81,7 +81,8 @@
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(255)";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "var_cat";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "var_category";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "var_cat";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
@@ -98,4 +99,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>