Remove some extra line feeds.
This commit is contained in:
parent
fb1844bce6
commit
4b9651e2dc
|
|
@ -175,4 +175,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue