From 8b354aac456ff879a66550e58b7d3d36e4d826a4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 14 Sep 2003 12:23:58 +0000 Subject: [PATCH] Suppression des liens sur les noms de mois --- htdocs/compta/stats/exercices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/stats/exercices.php b/htdocs/compta/stats/exercices.php index ceba5916942..2e0665b0c21 100644 --- a/htdocs/compta/stats/exercices.php +++ b/htdocs/compta/stats/exercices.php @@ -181,7 +181,7 @@ function pt ($db, $sql, $year) { if ($obj->sum > 0) { print ""; - print "dm\">"; + print ""; print strftime("%B",mktime(12,0,0,$obj->dm, 1, $year))."\n"; print "".price($obj->sum)."\n";