[Koha-cvs] CVS: koha/opac opac-new.pl,1.1,1.2

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 8 19:26:22 CET 2004


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

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

Index: opac-new.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-new.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-new.pl	8 Dec 2003 16:27:27 -0000	1.1
--- opac-new.pl	8 Jan 2004 18:26:20 -0000	1.2
***************
*** 62,66 ****
  				duration => $duration);
  
! $template->param(SEARCH_RESULTS => $resultsarray);
  
  my $numbers;
--- 62,68 ----
  				duration => $duration);
  
! $template->param(SEARCH_RESULTS => $resultsarray,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! );
  
  my $numbers;





More information about the Koha-cvs mailing list