]> git.koha-community.org Git - koha.git/commit
Fixes bugs with characters in search strings that require escaping in the URL
authortonnesen <tonnesen>
Fri, 8 Nov 2002 20:15:39 +0000 (20:15 +0000)
committertonnesen <tonnesen>
Fri, 8 Nov 2002 20:15:39 +0000 (20:15 +0000)
commitbc79ea23e14e7dc83f44d10994e1d7f07901ac2f
tree023fa0c64a48d6ddc9ccf5702dcfae519caa9b62
parent2c0ae077b9decd8e922c08421e7a97b4c2d35c6c
Fixes bugs with characters in search strings that require escaping in the URL
(space, =, &, etc.).  Also uses the same set up as the opac search results
templates now.  ie the FORMINPUTS template variable is sent as variable and
value pairs so that the value can be url escaped by HTML::Template
koha-tmpl/intranet-tmpl/default/en/catalogue/searchresults.tmpl
koha-tmpl/intranet-tmpl/default/en/catalogue/subject.tmpl
search.pl