Added support for trackforums

This commit is contained in:
moodler
2005-04-25 18:45:21 +00:00
parent d1889a5252
commit b345a30f35
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1125,6 +1125,7 @@
fwrite ($bf,full_tag("MAILDISPLAY",4,false,$user_data->maildisplay));
fwrite ($bf,full_tag("HTMLEDITOR",4,false,$user_data->htmleditor));
fwrite ($bf,full_tag("AUTOSUBSCRIBE",4,false,$user_data->autosubscribe));
fwrite ($bf,full_tag("TRACKFORUMS",4,false,$user_data->trackforums));
fwrite ($bf,full_tag("TIMEMODIFIED",4,false,$user_data->timemodified));
//Output every user role (with its associated info)
+3
View File
@@ -3758,6 +3758,9 @@
case "AUTOSUBSCRIBE":
$this->info->tempuser->autosubscribe = $this->getContents();
break;
case "TRACKFORUMS":
$this->info->tempuser->trackforums = $this->getContents();
break;
case "TIMEMODIFIED":
$this->info->tempuser->timemodified = $this->getContents();
break;