http://www.icyphoenix.com/viewtopic.php?f=35&t=1233&p=9387#p9387
-----------------------------------
JacKThERiPPeR
Fri 02 Mar, 2007 16:33

[SOLVED] Avatar Panel Failing (Should Be Something...?)
-----------------------------------
One question: should be something inside this code:
[code linenumbers=false]	elseif ( $mode == 'editprofile' || $mode == 'register' )
	{
		if ( !$userdata['session_logged_in'] && $mode == 'editprofile' )
		{
			redirect(append_sid(LOGIN_MG . "?redirect=profile".$phpEx."&mode=editprofile", true));
			//redirect(append_sid(LOGIN_MG . "?redirect=profile.$phpEx&mode=editprofile&cpl_mode=reg_info", true));
		}
		include($phpbb_root_path . 'includes/usercp_register.'.$phpEx);
		exit;
	}
[/code]
Thanks in advance, because this makes my avatar panel fail.


