Enable ability to have global gateways.

This commit is contained in:
Mark Crane
2015-01-22 11:10:51 +00:00
parent 99af5bc728
commit 04b0ffccc1
5 changed files with 76 additions and 29 deletions
+1 -1
View File
@@ -729,7 +729,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
//pre-populate the form
if (count($_GET) > 0 && $_POST["persistformvar"] != "true") {
$extension_uuid = $_GET["id"];
$extension_uuid = check_str($_GET["id"]);
$sql = "select * from v_extensions ";
$sql .= "where extension_uuid = '$extension_uuid' ";
$sql .= "and domain_uuid = '".$domain_uuid."' ";