Hi,
just reviewed the revision 25446 and found that there’s a missing return statement in line 393 (/branches/1.4/felamimail/inc/class.bofelamimail.inc.php):
preg_replace(’/([\000-\012\015\016\020-\037\075])/’,’’,$string);
should be
return preg_replace(’/([\000-\012\015\016\020-\037\075])/’,’’,$string);
The /trunk patch is ok.
I’m not an active developer atm, so I beg some active devel to patch this for me. Thx.
Bye
Christian