]> git.mjollnir.org Git - moodle.git/commitdiff
log->cmid is included in backup (not processed in restore yet!!)
authorstronk7 <stronk7>
Sun, 8 Feb 2004 19:36:42 +0000 (19:36 +0000)
committerstronk7 <stronk7>
Sun, 8 Feb 2004 19:36:42 +0000 (19:36 +0000)
backup/backuplib.php

index d53c15a75be9b0ffada3ffcef24b23dfafd65abe..b7a4215d116807576a16ffa3c1718218140e80dd 100644 (file)
                         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));