koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/opac opac-userdetails.pl,1.7,1.8


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/opac opac-userdetails.pl,1.7,1.8
Date: Tue, 13 Jul 2004 13:16:25 -0700

Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1080/opac

Modified Files:
        opac-userdetails.pl 
Log Message:
Fix for Bug 796

Index: opac-userdetails.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-userdetails.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-userdetails.pl 8 Jan 2004 18:28:31 -0000       1.7
--- opac-userdetails.pl 13 Jul 2004 20:16:22 -0000      1.8
***************
*** 31,37 ****
  
  
! $template->param($borr,
!                            LibraryName => 
C4::Context->preference("LibraryName"),
! );
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 31,37 ----
  
  
! $template->param($borr);
! $template->param(LibraryName => C4::Context->preference("LibraryName")
!       );
  
  output_html_with_http_headers $query, $cookie, $template->output;




reply via email to

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