diff --git a/app/gateways/gateways.php b/app/gateways/gateways.php index 7b6aae5996..0ef0ee1a66 100644 --- a/app/gateways/gateways.php +++ b/app/gateways/gateways.php @@ -159,7 +159,7 @@ $offset = $rows_per_page * $page; //get the list - $sql = "select * from "; + $sql = "select * "; $sql .= "from v_gateways "; $sql .= "where true "; if (!($show == "all" && permission_exists('gateway_all'))) { @@ -261,7 +261,7 @@ echo "