New: Yeh! Now all automatic actions are externalised in triggers. This make code so so much easier to understand and offer a lot of possible new features.

This commit is contained in:
Laurent Destailleur 2008-04-07 22:11:24 +00:00
parent f9ed5b522f
commit 263e34f1a4

View File

@ -331,7 +331,7 @@ function show_day_events($db, $day, $month, $year, $style, $actionarray)
if ($day==$jour && $month==$mois && $year==$annee)
{
if ($i) print "<br>";
print $action->getNomUrl(1,9)." ".$action->getLibStatut(3);
print $action->getNomUrl(1,10)." ".$action->getLibStatut(3);
$i++;
}
}