koha-cvs
[Top][All Lists]
Advanced

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

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/opac opac-new.pl,1.1,1.2
Date: Thu, 08 Jan 2004 10:26:22 -0800

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;




reply via email to

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