From: stronk7 Date: Fri, 6 Jun 2003 19:43:10 +0000 (+0000) Subject: Small typoooooo ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=88b20de8622315fd1c1576df785883c9b4565dd8;p=moodle.git Small typoooooo ;-) --- diff --git a/backup/mod/forum/backuplib.php b/backup/mod/forum/backuplib.php index 4ffafff4de..42e6fcb3a3 100644 --- a/backup/mod/forum/backuplib.php +++ b/backup/mod/forum/backuplib.php @@ -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));