Fix and elseif statement, the domain time_zone, and indentation on a few lines.

This commit is contained in:
Mark Crane
2013-08-20 07:37:39 +00:00
parent cd10dc07ac
commit 90424fb4ac
2 changed files with 38 additions and 25 deletions

View File

@@ -169,7 +169,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
if ($action == "update") {
$page["title"] = $text['title-default_setting-edit'];
}
else if ($action == "add") {
elseif ($action == "add") {
$page["title"] = $text['title-default_setting-add'];
}