[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-userdetails.pl,1.8.2.1,1.8.2.2
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/opac opac-userdetails.pl,1.8.2.1,1.8.2.2 |
Date: |
Tue, 31 May 2005 07:23:00 -0700 |
Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18703/opac
Modified Files:
Tag: rel_2_2
opac-userdetails.pl
Log Message:
missing comma that makes an internal server error (bug #981)
Index: opac-userdetails.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-userdetails.pl,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** opac-userdetails.pl 25 Mar 2005 17:04:28 -0000 1.8.2.1
--- opac-userdetails.pl 31 May 2005 14:22:58 -0000 1.8.2.2
***************
*** 32,36 ****
$template->param($borr);
! $template->param(LibraryName => C4::Context->preference("LibraryName")
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
--- 32,36 ----
$template->param($borr);
! $template->param(LibraryName => C4::Context->preference("LibraryName"),
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-userdetails.pl,1.8.2.1,1.8.2.2,
Paul POULAIN <=