koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/opac opac-readingrecord.pl,1.5,1.6


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/opac opac-readingrecord.pl,1.5,1.6
Date: Thu, 08 Jan 2004 10:25:33 -0800

Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv31085/opac

Modified Files:
        opac-readingrecord.pl 
Log Message:
Added Paul's LibraryName variable to template

Index: opac-readingrecord.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-readingrecord.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** opac-readingrecord.pl       19 Mar 2003 15:14:42 -0000      1.5
--- opac-readingrecord.pl       8 Jan 2004 18:25:31 -0000       1.6
***************
*** 50,54 ****
  
  $template->param(count => $count);
! $template->param(READING_RECORD => $issues);
  
  
--- 50,56 ----
  
  $template->param(count => $count);
! $template->param(READING_RECORD => $issues,
!                            LibraryName => 
C4::Context->preference("LibraryName"),
! );
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]