From 30a6dcf36181d91fb7cfe9f21883e6589832b543 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 18 Jul 2014 01:51:30 +0000 Subject: [PATCH] remove some of the deprecated names from v_users --- core/users/app_config.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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'] = "";