Closed (fixed)
Project:
Shoutbox
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Dec 2011 at 15:49 UTC
Updated:
10 Apr 2014 at 21:10 UTC
Jump to comment: Most recent
Got errror while submitting full 255long shout in UTF-8 (localization, tripledot char)....
Fixed "Error too long message" by adding utf8_decode in shoutbox.module
// Message too long
else if ($max && (strlen(utf8_decode($form_state['values']['message'])) > $max)) {
Comments
Comment #2
vitalblue commentedFunction added.
Thanks a lot