From 8bf2c778964256c195d9d4701ff93195d03d3733 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'] = "";