From 8094a84cad0d4a3c3caee50d3b10be48efac9117 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 27 Oct 2003 17:31:57 +0000 Subject: [PATCH] Take out some debug info. Forgot it in previous commit. --- mod/glossary/restorelib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.5