mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
forum and topic notification + poll fixes
git-svn-id: file:///svn/phpbb/trunk@3633 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -424,7 +424,7 @@ class sql_db
|
||||
{
|
||||
if ($this->transaction)
|
||||
{
|
||||
$this->sql_transaction(ROLLBACK);
|
||||
$this->sql_transaction('rollback');
|
||||
}
|
||||
|
||||
$this_page = (!empty($_SERVER['PHP_SELF'])) ? $_SERVER['PHP_SELF'] : $_ENV['PHP_SELF'];
|
||||
|
Reference in New Issue
Block a user