9 Aug
2002
9 Aug
'02
3:49 a.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=77 ------- Additional Comments From dnmeid@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.