more appropriate naming

This commit is contained in:
Nuno Miguel Reis
2013-09-25 20:14:33 +00:00
parent ba370c5ce5
commit ca26a0ec46
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -165,7 +165,7 @@
$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'] = 'concurrent_call_limit';
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'channels';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;