]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fixing the weekday parsing at outgoingfw.pl
authorChristian Schmidt <maniacikarus@ipfire.org>
Sat, 22 Jan 2011 17:00:07 +0000 (18:00 +0100)
committerChristian Schmidt <maniacikarus@ipfire.org>
Sat, 22 Jan 2011 17:00:07 +0000 (18:00 +0100)
config/outgoingfw/outgoingfw.pl

index 53462db483d99c747e1325e24d4472f02c7eadb2..1d7dd93aa00b04abe9a27f92c8da065abb6c55f6 100644 (file)
@@ -207,6 +207,7 @@ foreach $configentry (sort @configs)
                                }
 
                                if ($configline[17] && $configline[18]) {
+                                       $DAY = "";
                                        if ($configline[10]){$DAY = "Mon,"}
                                        if ($configline[11]){$DAY .= "Tue,"}
                                        if ($configline[12]){$DAY .= "Wed,"}