Changeset 29256 for _plugins_/agenda

Show
Ignore:
Timestamp:
18.06.2009 23:03:09 (8 months ago)
Author:
prigent.yohann@…
Message:

pour éviter les <tr> </tr> vide

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • _plugins_/agenda/2_0_0/agenda_fonctions.php

    r27861 r29256  
    8989                $amj = date("Y",$nom) . $mois_en_cours . $jour; 
    9090 
    91                 if ($jour_semaine==1) {  
     91                if ($jour_semaine==1 AND $ligne != '') {  
    9292                        $total .= "\n<tr>$ligne\n</tr>"; 
    9393                        $ligne = '';