[Top][All Lists]
[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.
- [Koha-devel] [Bug 77] Multi-page OPAC search requires login,
bugzilla-daemon <=