mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
mispelt append_sid ...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2495 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f7440097af
commit
ed75043f43
1 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ else if ( isset($HTTP_POST_VARS['joingroup']) && $group_id )
|
||||||
//
|
//
|
||||||
if ( !$userdata['session_logged_in'] )
|
if ( !$userdata['session_logged_in'] )
|
||||||
{
|
{
|
||||||
header($header_location . ppend_sid("login.$phpEx?redirect=groupcp.$phpEx&" . POST_GROUPS_URL . "=$group_id", true));
|
header($header_location . append_sid("login.$phpEx?redirect=groupcp.$phpEx&" . POST_GROUPS_URL . "=$group_id", true));
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = "SELECT ug.user_id, g.group_type
|
$sql = "SELECT ug.user_id, g.group_type
|
||||||
|
@ -308,7 +308,7 @@ else if ( isset($HTTP_POST_VARS['unsub']) || isset($HTTP_POST_VARS['unsubpending
|
||||||
//
|
//
|
||||||
if ( $cancel )
|
if ( $cancel )
|
||||||
{
|
{
|
||||||
header($header_location . ppend_sid("groupcp.$phpEx", true));
|
header($header_location . append_sid("groupcp.$phpEx", true));
|
||||||
}
|
}
|
||||||
elseif ( !$userdata['session_logged_in'] )
|
elseif ( !$userdata['session_logged_in'] )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue