aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/db/mssql-odbc.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/SemanticScuttle/db/mssql-odbc.php')
-rw-r--r--src/SemanticScuttle/db/mssql-odbc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SemanticScuttle/db/mssql-odbc.php b/src/SemanticScuttle/db/mssql-odbc.php
index a2d3d02..f8b7db3 100644
--- a/src/SemanticScuttle/db/mssql-odbc.php
+++ b/src/SemanticScuttle/db/mssql-odbc.php
@@ -184,7 +184,7 @@ class sql_db
function _odbc_execute_query($query)
{
$result = false;
-
+
if (eregi("^SELECT ", $query))
{
$result = @odbc_exec($this->db_connect_id, $query);
@@ -459,7 +459,7 @@ class sql_db
{
$this->sql_transaction('rollback');
}
-
+
trigger_error($message, E_USER_ERROR);
}
@@ -573,4 +573,4 @@ class sql_db
} // if ... define
-?> \ No newline at end of file
+?>