]> git.mjollnir.org Git - moodle.git/commitdiff
Forget delete some debug, sorry. :-)
authorstronk7 <stronk7>
Sun, 3 Aug 2003 16:41:31 +0000 (16:41 +0000)
committerstronk7 <stronk7>
Sun, 3 Aug 2003 16:41:31 +0000 (16:41 +0000)
mod/quiz/restorelib.php

index 29e092b02b8fe92e61e71e54f40e81c9b58f2408..f42d6d4e61e4ca714b39b1a2281ade7e3ca8f6e7 100644 (file)
             //If the question exists, only record its id
             if ($question_exists) {
                 $newid = $question_exists->id;
-                echo $question->name." exists";
                 $creatingnewquestion = false;
             //Else, create a new question
             } else {
                 //The structure is equal to the db, so insert the quiz_questions
                 $newid = insert_record ("quiz_questions",$question);
-                echo $question->name." not exists";
                 $creatingnewquestion = true;
             }