1
0
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:
Meik Sievertsen
2003-03-12 14:21:57 +00:00
parent fa005f44ae
commit db1621aaa0
5 changed files with 655 additions and 459 deletions

View File

@@ -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'];