From b3ab7b4257b9213647a3a9502725220630086bba Mon Sep 17 00:00:00 2001 From: kados Date: Sat, 18 Feb 2006 14:42:38 +0000 Subject: [PATCH] missing comma --- bookcount.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookcount.pl b/bookcount.pl index b43e0efd84..bb247f3782 100755 --- a/bookcount.pl +++ b/bookcount.pl @@ -96,7 +96,7 @@ $template->param( bib => $bib, holdingbranch => $holdingbranch, lastdate => format_date($lastdate), count => $count, - branchloop => \@branchloop + branchloop => \@branchloop, intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), intranetstylesheet => C4::Context->preference("intranetstylesheet"), IntranetNav => C4::Context->preference("IntranetNav"), -- 2.39.5