Bug 12426: Allow resend for sent messages
[koha.git] / C4 / SMS.pm
index 9b8a24e..1cd67b9 100644 (file)
--- a/C4/SMS.pm
+++ b/C4/SMS.pm
@@ -23,8 +23,8 @@ C4::SMS - send SMS messages
 
 =head1 SYNOPSIS
 
-my $success = C4::SMS->send_sms( message     => 'This is my text message',
-                                 destination => '212-555-1212' );
+my $success = C4::SMS->send_sms({ message     => 'This is my text message',
+                                  destination => '212-555-1212' });
 
 =head1 DESCRIPTION