From b6be7c80da325774e70183ec3c196a338c1818e8 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 22 Dec 2003 08:58:40 +0000 Subject: [PATCH] fix for #614 --- opac/opac-user.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-user.pl b/opac/opac-user.pl index 6b33fbe4a2..88cbdcbaec 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -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; -- 2.39.5