I'm trying to test SMS Framework according to http://drupal.org/node/795202#comment-4629806. Unfortunately I'd need this to be D7 ported. Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | sms_simplegateway_1.patch | 3.99 KB | Anonymous (not verified) |
| #4 | sms_simplegateway.patch | 768 bytes | Anonymous (not verified) |
| #5 | sms_simplegateway.patch | 2.89 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedComment #2
tebb commentedIt's not a large module.
A good start would be to run it through the Coder module.
Comment #3
Anonymous (not verified) commentedI've run the module trought coder module and I got the attached patch. Unfortunately I got also following error when I visit /admin/smsframework/gateways/simplegateway.
Notice: Uninitialized string offset: 0 in sms_simplegateway_admin_form() (line * of /sites/all/modules/sms_simplegateway/sms_simplegateway.module).
*
67
72
84
92
100
108
116
124
132
151
159
167
Comment #4
Anonymous (not verified) commentedwrong patch
Comment #5
Anonymous (not verified) commentedComment #6
Anonymous (not verified) commentedComment #7
univate commentedYour patch doesn't apply for me, but I manually changed the parts I could see needed fixing to put together an initial D7 version.