From d89eab6d695b14607512de9896f9ab9e8c825c90 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Sat, 22 Jan 2011 18:00:07 +0100 Subject: [PATCH] Fixing the weekday parsing at outgoingfw.pl --- config/outgoingfw/outgoingfw.pl | 1 + 1 file changed, 1 insertion(+) 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,"} -- 2.39.5