From 9fb1eaf5e9707915872ebff77fc90ebcaf95c698 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 29 May 2007 22:23:34 +0000 Subject: Initialize variable to false. --- etc/inc/filter.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc/filter.inc') diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 9868060..b989b69 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1959,6 +1959,7 @@ function generate_user_filter_rule($rule, $ngcounter) { do not use state mechanisms to keep track. this is only useful if your doing advanced queueing in certain situations. please check the faq. */ + $noadvoptions = false; if(isset($rule['statetype']) && $rule['statetype'] <> "") { switch($rule['statetype']) { case "none": -- cgit v1.1