Suppression des liens sur les noms de mois
This commit is contained in:
parent
ab1ab849f2
commit
8b354aac45
@ -181,7 +181,7 @@ function pt ($db, $sql, $year) {
|
||||
|
||||
if ($obj->sum > 0) {
|
||||
print "<TR $bc[$var]>";
|
||||
print "<td><a href=\"comp.php?details=1&year=$year&month=$obj->dm\">";
|
||||
print "<td>";
|
||||
print strftime("%B",mktime(12,0,0,$obj->dm, 1, $year))."</TD>\n";
|
||||
print "<TD align=\"right\">".price($obj->sum)."</TD>\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user