浏览代码

Remove some extra line feeds.

Mark Crane 10 年之前
父节点
当前提交
1ec31eaf25
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      themes/enhanced/app_defaults.php

+ 1 - 4
themes/enhanced/app_defaults.php

@@ -156,8 +156,7 @@ if ($domains_processed == 1) {
 
 
 	//iterate and add each, if necessary
 	//iterate and add each, if necessary
 		foreach ($array as $index => $default_settings) {
 		foreach ($array as $index => $default_settings) {
-
-		//add theme default settings
+			//add theme default settings
 			$sql = "select count(*) as num_rows from v_default_settings ";
 			$sql = "select count(*) as num_rows from v_default_settings ";
 			$sql .= "where default_setting_category = 'theme' ";
 			$sql .= "where default_setting_category = 'theme' ";
 			$sql .= "and default_setting_subcategory = '".$default_settings['default_setting_subcategory']."' ";
 			$sql .= "and default_setting_subcategory = '".$default_settings['default_setting_subcategory']."' ";
@@ -171,11 +170,9 @@ if ($domains_processed == 1) {
 					$orm->name('default_settings');
 					$orm->name('default_settings');
 					$orm->save($array[$index]);
 					$orm->save($array[$index]);
 					$message = $orm->message;
 					$message = $orm->message;
-					//print_r($message);
 				}
 				}
 				unset($row);
 				unset($row);
 			}
 			}
-
 		}
 		}
 
 
 	//define secondary background color array
 	//define secondary background color array