From 159c8dd0fd88529c400ab09094d8f307d7ef3c07 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Aug 2010 13:42:48 +0000 Subject: [PATCH] Fix: Removed rubish content --- htdocs/compta/dons/fiche.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/dons/fiche.php b/htdocs/compta/dons/fiche.php index e9b271859a2..b70c903acb1 100644 --- a/htdocs/compta/dons/fiche.php +++ b/htdocs/compta/dons/fiche.php @@ -250,7 +250,8 @@ if ($_GET["action"] == 'create') print ''; - print ''.$langs->trans("Date").''.$donation_date; + // Date + print ''.$langs->trans("Date").''; $html->select_date($donation_date?$donation_date:-1,'','','','',"add",1,1); print '';