Russell-IO / php-syslog-ng

Automatically exported from code.google.com/p/php-syslog-ng
1 stars 0 forks source link

Exploded elemens in msg1 overwrites with old msg1 variable #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thanks,
I'll add it to the new release :-)

Original comment by cdu...@gmail.com on 13 Nov 2009 at 11:18