File has
$value = ereg_replace("[\r\n\t ]+",' ',$value);
Changed to
$value = preg_replace("/[\r\n\t ]+/",' ',$value);
Am I on the right track?
Not getting any errors, but wanted to check before submitting a change to a mod.