Show global gateways.

This commit is contained in:
Mark Crane
2015-01-22 11:21:18 +00:00
parent 3cb5e94d0f
commit 4d672a63e8
2 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ else {
$description = check_str($_POST["description"]);
}
if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
$msg = '';
if ($action == "update") {
@@ -296,7 +296,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
header("Location: gateways.php");
return;
}
} //(count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)
} //(count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0)
//pre-populate the form
if (count($_GET) > 0 && $_POST["persistformvar"] != "true") {