arg, j ai passé mysql lib en mode debug pour coder et j ai commité le fichier :( désolé
This commit is contained in:
parent
4263a59cab
commit
45b9af5559
@ -148,7 +148,7 @@ class DoliDb {
|
|||||||
Function query($query, $limit="", $offset="")
|
Function query($query, $limit="", $offset="")
|
||||||
{
|
{
|
||||||
$query = trim($query);
|
$query = trim($query);
|
||||||
print "<p>$query</p>\n";
|
//print "<p>$query</p>\n";
|
||||||
$this->results = mysql_query($query, $this->db);
|
$this->results = mysql_query($query, $this->db);
|
||||||
return $this->results;
|
return $this->results;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user