diff options
Diffstat (limited to 'phpBB/db/mysql.php')
| -rw-r--r-- | phpBB/db/mysql.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/db/mysql.php b/phpBB/db/mysql.php index 2cf94606d0..9afe8acbe8 100644 --- a/phpBB/db/mysql.php +++ b/phpBB/db/mysql.php @@ -94,7 +94,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); @@ -323,4 +323,4 @@ class sql_db } // if ... define -?> +?>
\ No newline at end of file |
