Subversion Repositories Applications.projet

Compare Revisions

Regard whitespace Rev 394 → Rev 395

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