Added support for trackforums
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user