Remove deprecation on voicemail_attach_file which was done prematurely.
This commit is contained in:
parent
2551d5559a
commit
1818add6ac
|
|
@ -89,7 +89,6 @@
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_attach_file";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_attach_file";
|
||||||
$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'] = "Choose whether to attach the file to the email.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose whether to attach the file to the email.";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_file";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_file";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue