log->cmid is included in backup (not processed in restore yet!!)

This commit is contained in:
stronk7
2004-02-08 19:36:42 +00:00
parent e222ce0944
commit 63349eb15c
+1
View File
@@ -891,6 +891,7 @@
fwrite ($bf,full_tag("USERID",4,false,$log->userid));
fwrite ($bf,full_tag("IP",4,false,$log->ip));
fwrite ($bf,full_tag("MODULE",4,false,$log->module));
fwrite ($bf,full_tag("CMID",4,false,$log->module));
fwrite ($bf,full_tag("ACTION",4,false,$log->action));
fwrite ($bf,full_tag("URL",4,false,$log->url));
fwrite ($bf,full_tag("INFO",4,false,$log->info));