SF.net SVN: postfixadmin: [150] trunk/VIRTUAL_VACATION/vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2007-10-11 18:58:25
|
Revision: 150 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=150&view=rev Author: christian_boltz Date: 2007-10-11 11:58:24 -0700 (Thu, 11 Oct 2007) Log Message: ----------- - vacation.pl: replace DBD::MySQL with DBD::mysql in a comment. Reported in the forum by jlbrown1: https://sourceforge.net/forum/message.php?msg_id=4563099 Modified Paths: -------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2007-10-10 10:32:45 UTC (rev 149) +++ trunk/VIRTUAL_VACATION/vacation.pl 2007-10-11 18:58:24 UTC (rev 150) @@ -38,7 +38,7 @@ # # # Requirements: -# You need to have the DBD::Pg or DBD::MySQL perl-module installed. +# You need to have the DBD::Pg or DBD::mysql perl-module installed. # You need to have the Mail::Sendmail module installed. # You need to have the Email::Valid module installed. # You need to have the MIME::Charset module installed. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |