koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] [Bug 77] Multi-page OPAC search requires login


From: bugzilla-daemon
Subject: [Koha-devel] [Bug 77] Multi-page OPAC search requires login
Date: Fri Aug 9 01:49:06 2002

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





------- Additional Comments From address@hidden  2002-08-09 20:48 -------
This will help:

sub decodeURL {
   $_ = shift;
   tr/+/ /;
   s/%(..)/pack('c', hex($1))/eg;
   return($_);
}




------- 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]