Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 43 → Rev 44

/trunk/classes/ezmlm-php-2.0/ezmlm-threads.php
1,5 → 1,5
<?php
// $Id: ezmlm-threads.php,v 1.2 2005-09-27 16:43:08 alexandre_tb Exp $
// $Id: ezmlm-threads.php,v 1.3 2005-10-17 16:21:47 alexandre_tb Exp $
//
// ezmlm-threads.php - ezmlm-php v2.0
// --------------------------------------------------------------
284,7 → 284,7
arsort($threadcount); // modifié par alex, car remplace l'année par 0
// La partie qui suit, simple, crée la table avec le nombre de message échangé chaque mois
$res = '<table border="0" cellpadding="4" cellspacing="1">'."\n";
$res = '<table id="petit_calendrier">'."\n";
$res .= " <tr>\n";
$res .= " <td></td>" ;
foreach ($GLOBALS['mois'] as $valeur) $res .= '<td>'.$valeur.'</td>' ;