[vhffs-dev] [1327] display what is added in the database |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1327
Author: gradator
Date: 2009-01-14 18:05:23 +0100 (Wed, 14 Jan 2009)
Log Message:
-----------
display what is added in the database
Modified Paths:
--------------
trunk/vhffs-panel/mailinglist/prefs.pl
Modified: trunk/vhffs-panel/mailinglist/prefs.pl
===================================================================
--- trunk/vhffs-panel/mailinglist/prefs.pl 2009-01-11 19:13:37 UTC (rev 1326)
+++ trunk/vhffs-panel/mailinglist/prefs.pl 2009-01-14 17:05:23 UTC (rev 1327)
@@ -288,6 +288,7 @@
foreach my $member ( @members ) {
chomp $member;
( $member ) = ( $member =~ /^\s*([^\s]+)\s*$/ );
+ $member = lc $member;
if( ! Vhffs::Functions::valid_mail( $member ) ) {
$panel->add_error( sprintf( gettext('%s is not a valid mail'), $member ) )
} elsif( $list->add_sub( $member , Vhffs::Constants::ML_RIGHT_SUB ) < 0 ) {