[Koha-cvs] CVS: koha/opac opac-userupdate.pl,1.10,1.11

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


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

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

Index: opac-userupdate.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-userupdate.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** opac-userupdate.pl	26 Mar 2003 04:42:56 -0000	1.10
--- opac-userupdate.pl	8 Jan 2004 18:28:48 -0000	1.11
***************
*** 88,92 ****
  $bordat[0] = $borr;
  
! $template->param(BORROWER_INFO => \@bordat);
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 88,94 ----
  $bordat[0] = $borr;
  
! $template->param(BORROWER_INFO => \@bordat,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! );
  
  output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list