[Koha-bugs] [Bug 1985] Email notification of new OPAC comments

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 26 13:54:34 CEST 2015


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

--- Comment #45 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 38908
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38908
Bug 1985 - Email notification of new OPAC comments

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

::: C4/Review.pm
@@ +83,5 @@
>      $sth->execute( $borrowernumber, $biblionumber, $review);
> +
> +    unless ($sth->err()) {
> +        SendReviewAlert( $review, $borrowernumber );
> +    }

else ? What happen if an error occurs?

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


More information about the Koha-bugs mailing list