From 9b9b70e18c059d790be0142edb73c0b53232a1aa Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 16 Aug 2005 07:39:35 +0000 Subject: [PATCH] Suppression print de debug, correction Christophe --- htdocs/compta/tva/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php index 28838a0b6c0..d7ea12e676e 100644 --- a/htdocs/compta/tva/index.php +++ b/htdocs/compta/tva/index.php @@ -113,7 +113,7 @@ function tva_paye($db, $y,$m) // $sql.= " f.paye = 1"; $sql.= " AND date_format(f.datef,'%Y') = $y"; $sql.= " AND date_format(f.datef,'%m') = $m"; -print "xx $sql"; + //print "xx $sql"; } $resql = $db->query($sql);