1 Mar
2013
1 Mar
'13
10:35 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8917 --- Comment #46 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #38)
Comment on attachment 15714 [details] [review] [SIGNED_OFF] Bug 8917 : Script to log link clicks
Review of attachment 15714 [details] [review]: -----------------------------------------------------------------
::: opac/tracklinks.pl @@ +65,5 @@
+ print $cgi->redirect("/cgi-bin/koha/errors/404.pl"); # escape early + exit; +} + +sub trackclick {
Don't we want to have this routine into a new module (in order to prevent sql code into pl file)?
Hi Chris, You didn't address this remark, isn't it relevant? -- You are receiving this mail because: You are watching all bug changes.