From ab83a61560d026400f2add8b797bf9c7e16c7325 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 16 Aug 2019 12:59:03 -0600 Subject: [PATCH] Update app_config.php --- core/users/app_config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/users/app_config.php b/core/users/app_config.php index 679cdc4d29..bcd0010947 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -194,10 +194,8 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "user_email"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "useremail"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "user_status"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "userstatus";