From 45b9af5559c2ecf1c4158250a58fd3ff9d2707ac Mon Sep 17 00:00:00 2001 From: erics Date: Thu, 8 Jan 2004 11:45:16 +0000 Subject: [PATCH] =?UTF-8?q?arg,=20j=20ai=20pass=E9=20mysql=20lib=20en=20mo?= =?UTF-8?q?de=20debug=20pour=20coder=20et=20j=20ai=20commit=E9=20le=20fich?= =?UTF-8?q?ier=20:(=20d=E9sol=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/mysql.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/mysql.lib.php b/htdocs/lib/mysql.lib.php index 03aeb7e785d..0d22fd3d49a 100644 --- a/htdocs/lib/mysql.lib.php +++ b/htdocs/lib/mysql.lib.php @@ -148,7 +148,7 @@ class DoliDb { Function query($query, $limit="", $offset="") { $query = trim($query); - print "

$query

\n"; + //print "

$query

\n"; $this->results = mysql_query($query, $this->db); return $this->results; }