mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
Oh yah. 2.0. Meh
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@8342 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -699,7 +699,7 @@ else if ( ( $delete && $mark_list ) || $delete_all )
|
|||||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||||
|
|
||||||
}
|
}
|
||||||
else if ($confirm && $_POST['sid'] === $userdata['session_id'])
|
else if ($confirm && $sid === $userdata['session_id'])
|
||||||
{
|
{
|
||||||
$delete_sql_id = '';
|
$delete_sql_id = '';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user