fix for #614
authortipaul <tipaul>
Mon, 22 Dec 2003 08:58:40 +0000 (08:58 +0000)
committertipaul <tipaul>
Mon, 22 Dec 2003 08:58:40 +0000 (08:58 +0000)
opac/opac-user.pl

index 6b33fbe..88cbdcb 100755 (executable)
@@ -130,7 +130,7 @@ foreach my $res (@$reserves) {
     }
 }
 
-$template->param(WAITING => \@waiting);
+$template->param(WAITING => \@waiting);
 $template->param(waiting_count => $wcount);
 
 output_html_with_http_headers $query, $cookie, $template->output;