arg, j ai pass mysql lib en mode debug pour coder et j ai commit le fichier :( dsol

This commit is contained in:
erics 2004-01-08 11:45:16 +00:00
parent 4263a59cab
commit 45b9af5559

View File

@ -148,7 +148,7 @@ class DoliDb {
Function query($query, $limit="", $offset="")
{
$query = trim($query);
print "<p>$query</p>\n";
//print "<p>$query</p>\n";
$this->results = mysql_query($query, $this->db);
return $this->results;
}