Merged with rel-1-2 copy
authortonnesen <tonnesen>
Thu, 20 Jun 2002 20:31:01 +0000 (20:31 +0000)
committertonnesen <tonnesen>
Thu, 20 Jun 2002 20:31:01 +0000 (20:31 +0000)
C4/Stats.pm

index c973e8a..921b049 100644 (file)
@@ -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;