diff --git a/core/users/app_config.php b/core/users/app_config.php index 4ac9546b73..ccb39172d0 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -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'] = "";