This commit is contained in:
jlb 2003-01-09 16:34:34 +00:00
parent 6f8985cc36
commit d080e054a6

View File

@ -49,7 +49,7 @@ $sth->execute;
# get emails of adherents
while (my @row = $sth->fetchrow_array ){
print int($row[0]);
print "$row[0]\n";
push (@adh,$row[0]);
}