[Bug 77] Multi-page OPAC search requires login
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=77 ------- Additional Comments From dnmeid@gmx.de 2002-08-14 23:06 ------- Ok, now I see the problem. Here is the solution: escape(), unescape() use CGI qw/escape unescape/; $q = escape('This $string contains ~wonderful~ characters'); $u = unescape($q); These functions escape and unescape strings according to the URL hex escape rules. For example, the space character will be converted into the string "%20". ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
I'd like to contribute a little more than just sending comments to bugs (btw: bug#77 I picked randomly ;-). (My motivation is to have a working german koha up at least by october) What is the procedure when i'm willing to fix a bug? Where can I upload code? How will be granted that I'm the only one working on a file at the same time and when not how will the snippets be combined? Dorian bugzilla-daemon@wilbur.katipo.co.nz schrieb:
------- Additional Comments From dnmeid@gmx.de 2002-08-14 23:06 ------- Ok, now I see the problem. Here is the solution:
escape(), unescape() ...
participants (2)
-
bugzilla-daemon@wilbur.katipo.co.nz -
Dorian Meid