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

This commit is contained in:
Eloy Lafuente
2009-11-22 13:34:26 +00:00
parent cf6e1ae752
commit 1f5f68c810
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -1333,7 +1333,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));
-3
View File
@@ -6633,9 +6633,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;