diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-03 22:47:26 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-03 22:47:26 +0000 |
| commit | 356f845abc4ed17322c7afc904ba4a67718327d2 (patch) | |
| tree | 0d2d54971f32ce6b8698802f739982a6db5c11ea /phpBB/db/odbc.php | |
| parent | 8baa46e2856552b68938c1e6e8ad9e355bf7f3e9 (diff) | |
| download | forums-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/odbc.php')
| -rw-r--r-- | phpBB/db/odbc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/db/odbc.php b/phpBB/db/odbc.php index 251c218550..6b21346603 100644 --- a/phpBB/db/odbc.php +++ b/phpBB/db/odbc.php @@ -117,7 +117,7 @@ class sql_db // // Query method // - function sql_query($query = "") + function sql_query($query = "", $transaction = FALSE) { // // Remove any pre-existing queries @@ -457,4 +457,4 @@ class sql_db } // if ... define -?> +?>
\ No newline at end of file |
