[Koha-bugs] [Bug 8917] Track clicks to links external to Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 28 12:20:11 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8917

--- Comment #38 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 15714
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15714
[SIGNED_OFF] Bug 8917 : Script to log link clicks

Review of attachment 15714:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8917&attachment=15714)
-----------------------------------------------------------------

::: 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)?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list