Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 394 → Rev 395

/trunk/classes/ezmlm-php-2.0/ezmlm.php
233,6 → 233,9
$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) {