sms_clickatell should perhaps not use drupal_urlencode for messages
zeropaper - May 23, 2009 - 09:37
| Project: | SMS Framework |
| Version: | 6.x-1.x-dev |
| Component: | Clickatell |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I wanted to send an URL by SMS (with the clickatell gateway) and got the issue #254738: drupal_urlencode() turning 'http://' to 'http%3A/%252F'.
To fix it I just replaced the drupal_urlencode() to urlencode() (on line 130 of the sms_clickatell.module) and it works now fine.
By the way, I found strange that #254738: drupal_urlencode() turning 'http://' to 'http%3A/%252F' is set as "by design"... any idea why?

#1
Subscribing