Browse Source

fix again

master
chris 24 years ago
parent
commit
134a88d2a3
  1. 2
      C4/Stats.pm

2
C4/Stats.pm

@ -228,7 +228,7 @@ biblio.title,reserves.reservedate";
$sth=$dbh->prepare($query);
$sth->execute;
while (my $data=$sth->fetchrow_hashref){
@results[$i];
@results[$i]=$data;
$i++;
}
$sth->finish;

Loading…
Cancel
Save