Add a refresh button to the Gateways page.

This commit is contained in:
Mark Crane
2012-07-27 15:01:27 +00:00
parent 8762a4d4fb
commit c3d2423dbc
2 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -41,8 +41,7 @@ else {
}
//get the data
$sql = "";
$sql .= "select * from v_gateways ";
$sql = "select * from v_gateways ";
$sql .= "where domain_uuid = '$domain_uuid' ";
$sql .= "and gateway_uuid = '$gateway_uuid' ";
$prep_statement = $db->prepare(check_sql($sql));