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:
parent
f9ed5b522f
commit
263e34f1a4
@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user