From b027ef385d23973e1b2e3888b3984b21477fdf47 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 11 Jul 2004 22:18:27 +0000 Subject: [PATCH] - Fixed problem with SID not delivered to next page in groupcp.php if cookies were disabled... (obviously a problem since 2.0.6) git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4928 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- phpBB/groupcp.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2a9958ba84..2bb12ebbdc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -70,7 +70,7 @@ p,ul,td {font-size:10pt;}
  • Fixed getting group moderator in groupcp.php if running oracle backend - spotted by pakman
  • Fixed use of non-existing result variable in modcp (poster_id instead of user_id)
  • Fixed several vulnerabilities (XSS, SQL Injection and path disclosure) only possible with register_globals enabled - Matthew C. Kavanagh, Janek Vind
  • -
  • +
  • Fixed problem with SID not delivered to next page in groupcp.php
  • l.ii. Changes since 2.0.7

    diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index d9396ef469..87622d4aa2 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -1245,7 +1245,7 @@ else $template->assign_block_vars('switch_groups_remaining', array() ); } - $s_hidden_fields = ''; + $s_hidden_fields = ''; $template->assign_vars(array( 'L_GROUP_MEMBERSHIP_DETAILS' => $lang['Group_member_details'],