|
@@ -154,13 +154,12 @@
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
$z++;
|
|
$z++;
|
|
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'user_time_zone';
|
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'usertimezone';
|
|
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_enabled';
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
- $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
|
|
|
$z++;
|
|
$z++;
|
|
- $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'user_enabled';
|
|
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'user_time_zone';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'usertimezone';
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|