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

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 8 19:25:33 CET 2004


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"),
! );
  
  





More information about the Koha-cvs mailing list