|
@@ -164,13 +164,15 @@
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
|
|
$z++;
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'user_add_user';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'useradduser';
|
|
|
+ $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]['type'] = 'text';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
$z++;
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'user_add_date';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'useradddate';
|
|
|
+ $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]['type'] = 'text';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
|