mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
remove some of the deprecated names from v_users
This commit is contained in:
@@ -234,15 +234,11 @@
|
||||
$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']['text'] = "add_user";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "user_add_user";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "useradduser";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "add_user";
|
||||
$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']['text'] = "add_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "user_add_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "useradddate";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "add_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user