From 6519d2e260647a49d0831d648c94b70b2684060f Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 1 Apr 2014 20:08:24 +0000 Subject: [PATCH] Set the extension table voicemail fields as deprecated. --- app/extensions/app_config.php | 52 +++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index dbcc1e69ea..b11f26f631 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -140,14 +140,16 @@ $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'] = "mailbox"; - //$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'] = "vm_password"; - //$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'] = "mailbox"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $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'] = "vm_password"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $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'] = "accountcode"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; @@ -192,21 +194,25 @@ $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'] = "vm_enabled"; - //$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'] = "vm_mailto"; - //$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'] = "vm_attach_file"; - //$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'] = "vm_keep_local_after_email"; - //$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "vm_enabled"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $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'] = "vm_mailto"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $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'] = "vm_attach_file"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $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'] = "vm_keep_local_after_email"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $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'] = "user_context"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";