New not counted unlock time feature!

Hi, JFYI. I added a new feature (cvs head) for the system unlock-timeout mechanism. -=> You can define not counted hours for the unlock-timeout. E. g. don't count Fri 16:00 - Mon 8:59 as unlock time. Default config from Kernel/Config/Defaults.pm: [...] # UncountedUnlockTime # (don't count this hours as unlock time) $Self->{UncountedUnlockTime} = { Fri => [ 16,17,18,19,20,21,22,23 ], Sat => [ 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], Sun => [ 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 ], Mon => [ 0,1,2,3,4,5,6,7,8 ], }; [...] Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Noch 174 Tage bis zum Gäubodenvolksfest! ;-)
participants (1)
-
Martin Edenhofer