aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/mysql.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-03 22:47:26 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-03 22:47:26 +0000
commit356f845abc4ed17322c7afc904ba4a67718327d2 (patch)
tree0d2d54971f32ce6b8698802f739982a6db5c11ea /phpBB/db/mysql.php
parent8baa46e2856552b68938c1e6e8ad9e355bf7f3e9 (diff)
downloadforums-356f845abc4ed17322c7afc904ba4a67718327d2.tar
forums-356f845abc4ed17322c7afc904ba4a67718327d2.tar.gz
forums-356f845abc4ed17322c7afc904ba4a67718327d2.tar.bz2
forums-356f845abc4ed17322c7afc904ba4a67718327d2.tar.xz
forums-356f845abc4ed17322c7afc904ba4a67718327d2.zip
Transaction capability moved to DB classes
git-svn-id: file:///svn/phpbb/trunk@546 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/db/mysql.php')
-rw-r--r--phpBB/db/mysql.php4
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