]> git.mjollnir.org Git - moodle.git/commitdiff
Small typoooooo ;-)
authorstronk7 <stronk7>
Fri, 6 Jun 2003 19:43:10 +0000 (19:43 +0000)
committerstronk7 <stronk7>
Fri, 6 Jun 2003 19:43:10 +0000 (19:43 +0000)
backup/mod/forum/backuplib.php

index 4ffafff4de714bd1c7bd72ad94f472dc9b7283df..42e6fcb3a3b7b08c9189064501a4024489e61a42 100644 (file)
@@ -48,7 +48,7 @@
                 fwrite ($bf,full_tag("MODTYPE",4,false,"forum"));
                 fwrite ($bf,full_tag("TYPE",4,false,$forum->type));
                 fwrite ($bf,full_tag("NAME",4,false,$forum->name));
-                fwrite ($bf,full_tag("INTRO",4,false,$forum->introo));
+                fwrite ($bf,full_tag("INTRO",4,false,$forum->intro));
                 fwrite ($bf,full_tag("OPEN",4,false,$forum->open));
                 fwrite ($bf,full_tag("ASSESSED",4,false,$forum->assessed));
                 fwrite ($bf,full_tag("FORCESUBSCRIBE",4,false,$forum->forcesubscribe));