diff --git a/app/gateways/gateway_edit.php b/app/gateways/gateway_edit.php index 8acf99ae2e..27e1a6b402 100644 --- a/app/gateways/gateway_edit.php +++ b/app/gateways/gateway_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2013 the Initial Developer. All Rights Reserved. Contributor(s): @@ -50,7 +50,7 @@ else { } //get http post variables and set them to php variables - if (count($_POST)>0) { + if (count($_POST) > 0) { $gateway = check_str($_POST["gateway"]); $username = check_str($_POST["username"]); $password = check_str($_POST["password"]); @@ -312,7 +312,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $profile = $row["profile"]; $enabled = $row["enabled"]; $description = $row["description"]; - break; //limit to 1 row } unset ($prep_statement); } @@ -358,7 +357,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo " \n"; echo " "; echo "
\n"; - echo " ".$text['title-gateway']."
\n"; + echo " ".$text['title-gateway']."
\n"; echo "
\n"; echo " \n";