koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 796] Link opac-userdetails.pl leads to error
Date: 13 Jul 2004 20:15:18 -0000

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

address@hidden changed:

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



------- Additional Comments From address@hidden  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]