diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-08-30 20:14:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-08-30 20:14:54 -0300 |
commit | 46e32815aaad22553cf3001a797efb8d1bf7a3f3 (patch) | |
tree | 2f01eff8b93ca2fff456cfc2c5881850d0a25dc7 /src/SemanticScuttle/db/mssql.php | |
parent | dd5335583618235ec9df212f0c3a80277955dc7d (diff) | |
parent | 01ebd549e71c82f3df2a7663255001b7c5521aca (diff) | |
download | semanticscuttle-46e32815aaad22553cf3001a797efb8d1bf7a3f3.tar.gz semanticscuttle-46e32815aaad22553cf3001a797efb8d1bf7a3f3.tar.bz2 |
Merge branch 'master' into develop
Diffstat (limited to 'src/SemanticScuttle/db/mssql.php')
-rw-r--r-- | src/SemanticScuttle/db/mssql.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/SemanticScuttle/db/mssql.php b/src/SemanticScuttle/db/mssql.php index 2b17b9e..8358d27 100644 --- a/src/SemanticScuttle/db/mssql.php +++ b/src/SemanticScuttle/db/mssql.php @@ -134,7 +134,7 @@ class sql_db if (!$this->query_result) { $this->num_queries++; - + if (($this->query_result = @mssql_query($query, $this->db_connect_id)) === false) { $this->sql_error($query); @@ -285,7 +285,7 @@ class sql_db } $row = @mssql_fetch_array($query_id, MSSQL_ASSOC); - + if ($row) { foreach ($row as $key => $value) @@ -431,7 +431,7 @@ class sql_db { $this->sql_transaction('rollback'); } - + trigger_error($message, E_USER_ERROR); } @@ -548,4 +548,4 @@ class sql_db } // if ... define -?>
\ No newline at end of file +?> |