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

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Fri Aug 9 01:49:06 CEST 2002


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





------- Additional Comments From dnmeid at gmx.de  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.




More information about the Koha-devel mailing list