From 92cd8817188707a95a1d1fa37baef0209b8094b5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 5 May 2005 22:01:18 +0000 Subject: Remove extra " firewall_shaper_queues_edit.php --- usr/local/www/firewall_shaper_queues_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php index 57e1215..a88a473 100755 --- a/usr/local/www/firewall_shaper_queues_edit.php +++ b/usr/local/www/firewall_shaper_queues_edit.php @@ -99,7 +99,7 @@ if ($_POST) { $queue = array(); $queue['schedulertype'] = $_POST['schedulertype']; $queue['bandwidth'] = $_POST['bandwidth']; - $queue['bandwidthtype'] = $_POST['bandwidthtype'];\ + $queue['bandwidthtype'] = $_POST['bandwidthtype']; if($_POST['bandwidth'] == "") unset($queue['bandwidthtype']); if($_POST['bandwidthtype'] == "") -- cgit v1.1