Bug #2521 » cbgroupjive.class.patch
components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.class.php | ||
---|---|---|
} else {
|
||
$to_id = 0;
|
||
|
||
if ( preg_match( '!^[\w._%+-]+@(?:\w+\.)+\w{2,4}$!', $to ) ) {
|
||
if ( cbIsValidEmail( $to ) ) {
|
||
$to_email = $to;
|
||
} else {
|
||
$to_email = null;
|