From 263e34f1a41bc48349a6ded9eb35952841305c47 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Apr 2008 22:11:24 +0000 Subject: [PATCH] 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. --- htdocs/comm/action/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 8b60ba6672d..127c7a3a302 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -331,7 +331,7 @@ function show_day_events($db, $day, $month, $year, $style, $actionarray) if ($day==$jour && $month==$mois && $year==$annee) { if ($i) print "
"; - print $action->getNomUrl(1,9)." ".$action->getLibStatut(3); + print $action->getNomUrl(1,10)." ".$action->getLibStatut(3); $i++; } }