From 1929403b8f04c94754730d4725266f64c58087c1 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Thu, 20 Jun 2002 20:31:01 +0000 Subject: [PATCH] Merged with rel-1-2 copy --- C4/Stats.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Stats.pm b/C4/Stats.pm index c973e8a08f..921b049aca 100644 --- a/C4/Stats.pm +++ b/C4/Stats.pm @@ -207,7 +207,7 @@ biblio.title,reserves.reservedate"; $sth=$dbh->prepare($query); $sth->execute; while (my $data=$sth->fetchrow_hashref){ - @results[$i]=$data; + $results[$i]=$data; $i++; } $sth->finish; -- 2.20.1