Add isValid Session Value

This commit is contained in:
sparkyx 2007-04-19 21:58:05 +00:00
parent aca163a448
commit abaab46fbc

View file

@ -107,12 +107,14 @@ class cl_user {
$_SESSION['use_admin']=$r['use_admin'];
$_SESSION['use_name']=$r['use_name'];
$_SESSION['use_first_name']=$r['use_first_name'];
$_SESSION['isValid']=1;
$this->admin=$_SESSION['use_admin'];
$this->name=$_SESSION['use_name'];
$this->first_name=$_SESSION['use_first_name'];
$this->GetGlobalPref();
}
}