From: Christian Schmidt Date: Sat, 22 Jan 2011 17:00:07 +0000 (+0100) Subject: Fixing the weekday parsing at outgoingfw.pl X-Git-Tag: v2.9-core45~1^2~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d89eab6d695b14607512de9896f9ab9e8c825c90;p=people%2Fstevee%2Fipfire-2.x.git Fixing the weekday parsing at outgoingfw.pl --- diff --git a/config/outgoingfw/outgoingfw.pl b/config/outgoingfw/outgoingfw.pl index 53462db483..1d7dd93aa0 100644 --- a/config/outgoingfw/outgoingfw.pl +++ b/config/outgoingfw/outgoingfw.pl @@ -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,"}