[Koha-cvs] CVS: koha/opac opac-userdetails.pl,1.9,1.10

Joshua Ferraro joshferraro at users.sourceforge.net
Tue May 31 16:23:25 CEST 2005


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18601

Modified Files:
	opac-userdetails.pl 
Log Message:
fix for bug 981


Index: opac-userdetails.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-userdetails.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** opac-userdetails.pl	4 May 2005 09:02:38 -0000	1.9
--- opac-userdetails.pl	31 May 2005 14:23:08 -0000	1.10
***************
*** 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