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

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


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

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

Index: opac-userdetails.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-userdetails.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** opac-userdetails.pl	26 Mar 2003 04:42:56 -0000	1.6
--- opac-userdetails.pl	8 Jan 2004 18:28:31 -0000	1.7
***************
*** 31,35 ****
  
  
! $template->param($borr);
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 31,37 ----
  
  
! $template->param($borr,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! );
  
  output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list