소스 검색

remove some of the deprecated names from v_users

Mark Crane 11 년 전
부모
커밋
e20db37fdd
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      core/users/app_config.php

+ 2 - 6
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'] = "";