Fix: Nommage propriete interne
This commit is contained in:
parent
2cf84b78b2
commit
6d11120590
@ -431,7 +431,7 @@ class DoliDb
|
|||||||
if (! is_resource($resultset)) { $resultset=$this->results; }
|
if (! is_resource($resultset)) { $resultset=$this->results; }
|
||||||
// mssql necessite un link de base pour cette fonction contrairement
|
// mssql necessite un link de base pour cette fonction contrairement
|
||||||
// a pqsql qui prend un resultset
|
// a pqsql qui prend un resultset
|
||||||
$rsRows = mssql_query("select @@rowcount as rows", $db);
|
$rsRows = mssql_query("select @@rowcount as rows", $this->db);
|
||||||
return mssql_result($rsRows, 0, "rows");
|
return mssql_result($rsRows, 0, "rows");
|
||||||
//return mssql_affected_rows($this->db);
|
//return mssql_affected_rows($this->db);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user