]> git.mjollnir.org Git - moodle.git/commitdiff
removed print_object that got left in here
authorjamiesensei <jamiesensei>
Mon, 15 Jan 2007 10:39:43 +0000 (10:39 +0000)
committerjamiesensei <jamiesensei>
Mon, 15 Jan 2007 10:39:43 +0000 (10:39 +0000)
question/type/match/edit_match_form.php

index 9fc4a5f288f27f6bc3495e91cfecb90b5c193527..6c37771200dac3eeada0cc2bf787d9d8bec7120d 100644 (file)
@@ -68,7 +68,6 @@ class question_edit_match_form extends question_edit_form {
 
     function validation($data){
         $errors = array();
-        print_object($data);
         $answers = $data['subanswers'];
         $questions = $data['subquestions'];
         $questioncount = 0;