Update app_config.php
This commit is contained in:
parent
68b1639182
commit
6dda361bc3
|
|
@ -156,7 +156,7 @@
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the number.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the number.";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "destination_prefix";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_prefix";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the prefix.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the prefix.";
|
||||||
$z++;
|
$z++;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue