[Koha-bugs] [Bug 796] Link opac-userdetails.pl leads to error

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Tue Jul 13 22:15:18 CEST 2004


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=796

oleonard at athenscounty.lib.oh.us changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From oleonard at athenscounty.lib.oh.us  2004-07-14 08:15 -------
Changing this (on line 33):

$template->param($borr,
	LibraryName => C4::Context->preference("LibraryName"),
);


...to this:

$template->param($borr);
$template->param(LibraryName => C4::Context->preference("LibraryName")
);

...seems to fix it.  It was probably my fault in the first place!



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list