Modif libellé

This commit is contained in:
Rodolphe Quiedeville 2005-12-08 15:15:42 +00:00
parent 6662c9569c
commit dddb042294

View File

@ -110,11 +110,11 @@ if ($resql)
$labels[$i] = $j; $labels[$i] = $j;
if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 6) if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 6)
{ {
$labels[$i] = 'S'; $labels[$i] = '(S';
} }
if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 7) if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 7)
{ {
$labels[$i] = 'D'; $labels[$i] = 'D)';
} }
} }