Modif affcihage du mois

This commit is contained in:
Rodolphe Quiedeville 2005-06-16 10:26:37 +00:00
parent 85f2c9bafc
commit 3857287b01

View File

@ -128,7 +128,8 @@ if ($_GET["id"])
print "<tr $bc[$var]>";
print '<td>'.$row[0].'</td><td>'.price($row[1]).' HT</td>';
print '<td>'.substr($row[0], -2).'/'.substr($row[0],0,4).'</td>';
print '<td>'.price($row[1]).' HT</td>';
$i++;
}