SF.net SVN: postfixadmin:[1420] trunk/VIRTUAL_VACATION/vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2013-01-04 12:58:28
|
Revision: 1420 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=1420&view=rev Author: christian_boltz Date: 2013-01-04 12:58:21 +0000 (Fri, 04 Jan 2013) Log Message: ----------- vacation.pl: - fix confusing "my" vs. "our" Modified Paths: -------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2013-01-02 23:45:53 UTC (rev 1419) +++ trunk/VIRTUAL_VACATION/vacation.pl 2013-01-04 12:58:21 UTC (rev 1420) @@ -170,7 +170,7 @@ # notification interval, in seconds # set to 0 to notify only once # e.g. 1 day ... -#my $interval = 60*60*24; +#our $interval = 60*60*24; # disabled by default our $interval = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |