View | Details | Raw Unified | Return to bug 9021
Collapse All | Expand All

(-)a/admin/sms_providers.pl (-3 / +2 lines)
Lines 17-24 Link Here
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use Modern::Perl;
21
use warnings;
21
22
use CGI;
22
use CGI;
23
23
24
use C4::Context;
24
use C4::Context;
25
- 

Return to bug 9021