diff options
Diffstat (limited to 'phpBB/db/oracle.php')
-rw-r--r-- | phpBB/db/oracle.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/db/oracle.php b/phpBB/db/oracle.php index 948c5e1949..c26001efc7 100644 --- a/phpBB/db/oracle.php +++ b/phpBB/db/oracle.php @@ -84,7 +84,7 @@ class sql_db // // Base query method // - function sql_query($query = "") + function sql_query($query = "", $transaction = FALSE) { // Remove any pre-existing queries unset($this->query_result); @@ -362,4 +362,4 @@ class sql_db } // if ... define -?> +?>
\ No newline at end of file |