Save the return gateway value.

This commit is contained in:
Scott Ullrich 2005-03-16 17:36:34 +00:00
parent 6f2e9d7f6e
commit 09a86e314c

View File

@ -340,6 +340,7 @@ if ($_POST) {
$filterent['log'] = $_POST['log'] ? true : false;
$filterent['frags'] = $_POST['frags'] ? true : false;
$filterent['descr'] = $_POST['descr'];
$filterent['returngateway'] = $_POST['returngateway'];
if (isset($id) && $a_filter[$id])
$a_filter[$id] = $filterent;