WhitespaceClean-app/batch_1

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 11:56:29 +00:00
parent 11c2176a15
commit d408cf2fbc
13 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ if ($domains_processed == 1) {
}
}
}
//add the missing default settings
foreach ($missing as $row) {
//add the default settings
@@ -84,7 +84,7 @@ if ($domains_processed == 1) {
$array[$x]['default_setting_enabled'] = 'true';
$array[$x]['default_setting_description'] = 'What region to use by default when choosing Time Conditions';
$x++;
//iterate and add each, if necessary
foreach ($array as $index => $default_settings) {