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

(-)a/C4/SMS.pm (-3 / +2 lines)
Lines 23-30 C4::SMS - send SMS messages Link Here
23
23
24
=head1 SYNOPSIS
24
=head1 SYNOPSIS
25
25
26
my $success = C4::SMS->send_sms( message     => 'This is my text message',
26
my $success = C4::SMS->send_sms({ message     => 'This is my text message',
27
                                 destination => '212-555-1212' );
27
                                  destination => '212-555-1212' });
28
28
29
=head1 DESCRIPTION
29
=head1 DESCRIPTION
30
30
31
- 

Return to bug 14421