Bugzilla – Attachment 40363 Details for
Bug 14421
Small error in example in SMS.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Corrected example in SMS.pm to working version with hashref.
Corrected-example-in-SMSpm-to-working-version-with.patch (text/plain), 861 bytes, created by
Eivin Giske Skaaren
on 2015-06-19 11:14:16 UTC
(
hide
)
Description:
Corrected example in SMS.pm to working version with hashref.
Filename:
MIME Type:
Creator:
Eivin Giske Skaaren
Created:
2015-06-19 11:14:16 UTC
Size:
861 bytes
patch
obsolete
>From fc7a66fbce04769ef8b9d00bb777dd80f0ebb74d Mon Sep 17 00:00:00 2001 >From: Eivin Giske Skaaren <eskaaren@yahoo.no> >Date: Fri, 19 Jun 2015 13:08:29 +0200 >Subject: [PATCH] Corrected example in SMS.pm to working version with hashref. > >http://bugs.koha-community.org/show_bug.cgi?id=14421 >--- > C4/SMS.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/SMS.pm b/C4/SMS.pm >index 9b8a24e..4c4d926 100644 >--- 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 > >-- >2.3.2 (Apple Git-55)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14421
:
40363
|
40384
|
40413