[ postfixadmin-Bugs-2040288 ] Error in vacation.pl svn trunk rev 441
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-08-06 18:23:08
|
Bugs item #2040288, was opened at 2008-08-06 14:24 Message generated for change (Settings changed) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2040288&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: SVN (please specify revision!) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error in vacation.pl svn trunk rev 441 Initial Comment: vacation.pl throws an error when not in test-mode as long as the scope of $logger in line 170 is kept local. As soon as you replace my $logger = get_logger(); into $logger = get_logger(); on that line (170) everything runs fine with me. ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-08-06 18:23 Message: Logged In: YES user_id=1761957 Originator: NO Hi! Thanks, patch accepted. David ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2040288&group_id=191583 |