]> git.mjollnir.org Git - moodle.git/commitdiff
Take out some debug info. Forgot it in previous commit.
authorstronk7 <stronk7>
Mon, 27 Oct 2003 17:31:57 +0000 (17:31 +0000)
committerstronk7 <stronk7>
Mon, 27 Oct 2003 17:31:57 +0000 (17:31 +0000)
mod/glossary/restorelib.php

index c40fd2bfcc4164e7f3d0bcdd8df4d714024cef94..b2b05b021434a1f78c4c9aefa9797f5f79954fe8 100644 (file)
         //Iterate over comments
         for($i = 0; $i < sizeof($comments); $i++) {
             $com_info = $comments[$i];
-            traverse_xmlize($com_info);                                                                 //Debug
-            print_object ($GLOBALS['traverse_array']);                                                  //Debug
-            $GLOBALS['traverse_array']="";                                                              //Debug
+            //traverse_xmlize($com_info);                                                                 //Debug
+            //print_object ($GLOBALS['traverse_array']);                                                  //Debug
+            //$GLOBALS['traverse_array']="";                                                              //Debug
 
             //Now, build the GLOSSARY_COMMENTS record structure
             $comment->entryid = $new_entry_id;