MDL-20932 user->secret out - merged from 19_STABLE

This commit is contained in:
Eloy Lafuente 2009-11-22 13:36:19 +00:00
parent b3e229f979
commit 886e63dda9
2 changed files with 0 additions and 4 deletions

View File

@ -1370,7 +1370,6 @@
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));

View File

@ -6844,9 +6844,6 @@ define('RESTORE_GROUPS_GROUPINGS', 3);
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;