diff --git a/e107_handlers/user_extended_class.php b/e107_handlers/user_extended_class.php index 5faf727cd..de2020e99 100755 --- a/e107_handlers/user_extended_class.php +++ b/e107_handlers/user_extended_class.php @@ -1,4 +1,4 @@ -toText($parms[0])); + $include = preg_replace("/\n/", " ", $tp->toHtml($parms[0])); $regex = $tp->toText($parms[1]); $regexfail = $tp->toText($parms[2]); $fname = "ue[user_".$struct['user_extended_struct_name']."]";