Removed references to p_profile variable

This commit is contained in:
Stan Pinte 2005-03-06 14:29:11 +00:00
parent cc59d614c3
commit 0c801955a2
2 changed files with 4 additions and 14 deletions

View file

@ -40,7 +40,7 @@ include_once ("class_user.php");
$User=new cl_user($rep);
$User->Check();
Redirect($User->type,$_REQUEST["PHPSESSID"]);
Redirect($_REQUEST["PHPSESSID"]);
} else
{
@ -49,7 +49,7 @@ $User->Check();
$User=new cl_user($rep);
$User->Check();
Redirect($User->type,$_REQUEST["PHPSESSID"]);
Redirect($_REQUEST["PHPSESSID"]);
// }
}
html_page_stop();