What steps will reproduce the problem?
1. just click on any exploded element
2.
3.
What is the expected output? What do you see instead?
Expected to do query with NEW msg1 value
What version of the product are you using? On what operating system?
2.9.9l, Linux develop 2.6.24-19-server #1 SMP Wed Aug 20 23:54:28 UTC 2008
i686 GNU/Linux
Please provide any additional information below.
Fixed the problem in dirty way ;-)
changed the places of `&msg1=' and `$ParamsGET' in regularresult.php in
line 897
change it to:
$explode_url .= " <a
href=\"".$_SERVER["PHP_SELF"]."?".$ParamsGET."&msg1=".urlencode(rtrim($value,":"
))
."\"> ".htmlspecialchars($value)." </a> ";
PS.. this "change it to" contains fixed submited issue 143
Original issue reported on code.google.com by ddoo...@gmail.com on 16 Oct 2009 at 3:20
Original issue reported on code.google.com by
ddoo...@gmail.com
on 16 Oct 2009 at 3:20