Skip to content

Commit

Permalink
Included new "autosubscribe" fiel in users backup
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 25, 2003
1 parent a5eb9f3 commit 0535cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backup/backuplib.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ function backup_user_info ($bf,$preferences) {
fwrite ($bf,full_tag("USERNAME",4,false,$user_data->username));
fwrite ($bf,full_tag("PASSWORD",4,false,$user_data->password));
fwrite ($bf,full_tag("IDNUMBER",4,false,$user_data->idnumber));
fwrite ($bf,full_tag("FIRSTNAME",4,false,$user_data->firsname));
fwrite ($bf,full_tag("FIRSTNAME",4,false,$user_data->firstname));
fwrite ($bf,full_tag("LASTNAME",4,false,$user_data->lastname));
fwrite ($bf,full_tag("EMAIL",4,false,$user_data->email));
fwrite ($bf,full_tag("ICQ",4,false,$user_data->icq));
Expand All @@ -587,6 +587,7 @@ function backup_user_info ($bf,$preferences) {
fwrite ($bf,full_tag("MAILFORMAT",4,false,$user_data->mailformat));
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("TIMEMODIFIED",4,false,$user_data->timemodified));

//Output every user role (with its associated info)
Expand Down

0 comments on commit 0535cad

Please sign in to comment.