From: stronk7 <stronk7> Date: Mon, 27 Oct 2003 17:31:57 +0000 (+0000) Subject: Take out some debug info. Forgot it in previous commit. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8094a84cad0d4a3c3caee50d3b10be48efac9117;p=moodle.git Take out some debug info. Forgot it in previous commit. --- diff --git a/mod/glossary/restorelib.php b/mod/glossary/restorelib.php index c40fd2bfcc..b2b05b0214 100644 --- a/mod/glossary/restorelib.php +++ b/mod/glossary/restorelib.php @@ -182,9 +182,9 @@ //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;