[Koha-bugs] [Bug 12031] Task Scheduler not sending mail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 11 19:16:45 CEST 2014


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

--- Comment #20 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 26851
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26851
[SIGNED OFF] Bug 12031 - Task Scheduler not sending mail

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

::: tools/scheduler.pl
@@ +40,5 @@
> +     $base = C4::Context->config('supportdir');
> +}
> +else {
> +     $base        = "/usr/share/koha/bin";
> +}

This block could be simplified:
my $base = C4::Context->config('supportdir') // "/usr/share/koha/bin";

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


More information about the Koha-bugs mailing list