Project

General

Profile

Bug #2521 » cbgroupjive.class.patch

krileon, 30 May 2011 17:53

View differences:

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;
(1-1/2)