瀏覽代碼

WhitespaceClean-core/batch

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
mafoo 9 年之前
父節點
當前提交
0d9f7c757a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      core/menu/app_config.php
  2. 1 1
      core/users/app_config.php

+ 1 - 1
core/menu/app_config.php

@@ -163,7 +163,7 @@
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "menu_item_description";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "menu_item_description";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "menu_item_desc";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "menu_item_desc";
-		
+
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;
 		$z++;

+ 1 - 1
core/users/app_config.php

@@ -127,7 +127,7 @@
 		$y++;
 		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "user_setting_category_edit";
 		$apps[$x]['permissions'][$y]['name'] = "user_setting_category_edit";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
-		
+
 	//schema details
 	//schema details
 		$y = 0; //table array index
 		$y = 0; //table array index
 		$z = 0; //field array index
 		$z = 0; //field array index