Fixing the weekday parsing at outgoingfw.pl

This commit is contained in:
Christian Schmidt
2011-01-22 18:00:07 +01:00
parent 0a3c4cf02b
commit d89eab6d69

View 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,"}