Subversion Repositories Applications.projet

Compare Revisions

Regard whitespace Rev 420 → Rev 419

/trunk/classes/ezmlm-php-2.0/ezmlm-msgdisplay.php
125,9 → 125,7
while (!feof($fichier_index)) {
$temp = fgets($fichier_index,4096);
$x = preg_match('/(\d+): (\w+) (.*)/', $temp, $matches);
array_shift($matches);
list($num, $hash, $sujet) = $matches;
list($num, $hash, $sujet) = split (':', $temp) ;
 
if ($num == $numero_message) {