]> git.mjollnir.org Git - moodle.git/commitdiff
Ooops !! Copy/paste typo. :-)
authorstronk7 <stronk7>
Sun, 8 Feb 2004 19:37:43 +0000 (19:37 +0000)
committerstronk7 <stronk7>
Sun, 8 Feb 2004 19:37:43 +0000 (19:37 +0000)
backup/backuplib.php

index b7a4215d116807576a16ffa3c1718218140e80dd..232cd4900d25d79da76cc420d872e3d13f98b54a 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("CMID",4,false,$log->cmid));
                         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));