bug fix
This commit is contained in:
parent
6f8985cc36
commit
d080e054a6
@ -49,7 +49,7 @@ $sth->execute;
|
|||||||
|
|
||||||
# get emails of adherents
|
# get emails of adherents
|
||||||
while (my @row = $sth->fetchrow_array ){
|
while (my @row = $sth->fetchrow_array ){
|
||||||
print int($row[0]);
|
print "$row[0]\n";
|
||||||
push (@adh,$row[0]);
|
push (@adh,$row[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user