Revert "Fix coding style old files (part 2)"

This commit is contained in:
Daniel Preussker
2015-07-15 08:09:10 +00:00
parent 4ebabc634a
commit ba90b85f9f
731 changed files with 33750 additions and 37288 deletions
+2 -4
View File
@@ -14,11 +14,9 @@
if ($_POST['state'] == 'true') {
$state = 1;
}
elseif ($_POST['state'] == 'false') {
} elseif ($_POST['state'] == 'false') {
$state = 0;
}
else {
} else {
$state = 0;
}