From f1d8ad77bf0cd876eaa2c26ca255da7a90da6623 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 25 Mar 2018 11:08:01 -0600 Subject: [PATCH] Update app_config.php --- app/vars/app_config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/vars/app_config.php b/app/vars/app_config.php index aa610147e5..0b7c600f6b 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -68,7 +68,8 @@ $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'] = "var_command"; + $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++; @@ -80,16 +81,15 @@ $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'] = "var_command"; + $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'] = "var_hostname"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text"; $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']['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++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "var_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";