浏览代码

Update app_config.php

FusionPBX 6 年之前
父节点
当前提交
b69220eaac
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/users/app_config.php

+ 0 - 2
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";