[Koha-bugs] [Bug 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 12 17:27:38 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9021

--- Comment #86 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 47133
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47133
Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send
drivers

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

::: admin/sms_providers.pl
@@ +41,5 @@
> +
> +my $op     = $cgi->param('op');
> +my $id     = $cgi->param('id');
> +my $name   = $cgi->param('name');
> +my $domain = $cgi->param('domain');

It might be an idea to add '// q{}' to the end of these.

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


More information about the Koha-bugs mailing list