Add a place to add voicemail name in base64.

This commit is contained in:
Mark Crane
2015-04-03 15:21:28 +00:00
parent b0497e36db
commit 682c4d6281

View File

@@ -106,6 +106,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_name_base64";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y = 1; //table array index
$z = 0; //field array index