]> git.mjollnir.org Git - moodle.git/commitdiff
- Fixed bug related to comments when doing a backup...
authorwillcast <willcast>
Sun, 19 Oct 2003 15:49:48 +0000 (15:49 +0000)
committerwillcast <willcast>
Sun, 19 Oct 2003 15:49:48 +0000 (15:49 +0000)
mod/glossary/backuplib.php

index 1ab0e729b2eafa2ba3671bd88d1d848c7a50b87c..e44643139f2ee1db97584230e10e9e4845f708c1 100644 (file)
@@ -59,9 +59,6 @@
 
                 backup_glossary_categories($bf,$preferences,$glossary->id, $preferences->mods["glossary"]->userinfo);
 
-                if ( $preferences->mods["glossary"]->userinfo ) {
-                    backup_glossary_comments($bf,$preferences,$glossary->id, $preferences->mods["glossary"]->userinfo);
-                }
                 //End mod
                 $status =fwrite ($bf,end_tag("MOD",3,true));
             }