mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
bug fix
This commit is contained in:
parent
6f8985cc36
commit
d080e054a6
|
|
@ -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]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user