[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-userupdate.pl,1.10,1.11
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/opac opac-userupdate.pl,1.10,1.11 |
Date: |
Thu, 08 Jan 2004 10:28:50 -0800 |
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 => address@hidden);
output_html_with_http_headers $query, $cookie, $template->output;
--- 88,94 ----
$bordat[0] = $borr;
! $template->param(BORROWER_INFO => address@hidden,
! LibraryName =>
C4::Context->preference("LibraryName"),
! );
output_html_with_http_headers $query, $cookie, $template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-userupdate.pl,1.10,1.11,
Owen Leonard <=