Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 395 → Rev 394

/trunk/classes/ezmlm-php-2.0/ezmlm.php
233,9 → 233,6
$outstr = preg_replace("/<.*>/", '', $outstr);
$outstr = preg_replace("/[\"']/", '', $outstr);
}
$at_split = explode('@',$outstr);
$outstr = $at_split[0];
 
$points_sep = explode('.',$outstr);
if(count($points_sep) > 2) {