1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Transaction capability moved to DB classes

git-svn-id: file:///svn/phpbb/trunk@546 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-07-03 22:47:26 +00:00
parent 8baa46e285
commit 356f845abc
5 changed files with 104 additions and 38 deletions

View File

@@ -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
?>
?>