[Koha-cvs] CVS: koha/opac opac-userdetails.pl,1.8.2.1,1.8.2.2

Paul POULAIN tipaul at users.sourceforge.net
Tue May 31 16:23:00 CEST 2005


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"),





More information about the Koha-cvs mailing list