fwrite ($bf,full_tag("LASTLOGIN",4,false,$user->lastlogin));
fwrite ($bf,full_tag("CURRENTLOGIN",4,false,$user->currentlogin));
fwrite ($bf,full_tag("LASTIP",4,false,$user->lastip));
- fwrite ($bf,full_tag("SECRET",4,false,$user->secret));
fwrite ($bf,full_tag("PICTURE",4,false,$user->picture));
fwrite ($bf,full_tag("URL",4,false,$user->url));
fwrite ($bf,full_tag("DESCRIPTION",4,false,$user->description));
case "LASTIP":
$this->info->tempuser->lastip = $this->getContents();
break;
- case "SECRET":
- $this->info->tempuser->secret = $this->getContents();
- break;
case "PICTURE":
$this->info->tempuser->picture = $this->getContents();
break;