1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +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

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