CRM-19335
authortschuettler <tschuettler@oxfam.de>
Fri, 9 Sep 2016 11:51:17 +0000 (13:51 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2016 11:51:17 +0000 (13:51 +0200)
commit307aac0acf61b3451536e95856ec008446299313
tree4344a25322a23cb7f28b71ba47d2027d159cda8f
parentf9ee6a5c5a39b2867628e973baf9bf23401ce69f
CRM-19335

This creates a multibyte aware substring.
Since we are using MySQL >= 5 we could also use mb_substr($params['bounce_reason'], 0, 255) to fully use that varchar(255).
CRM/Mailing/Event/BAO/Bounce.php