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'] = "";