Skip to content

Commit

Permalink
Nuke irrelevant comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Feb 11, 2009
1 parent 06e7fad commit 64ead3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion question/format/qti_two/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ function exportprocess() {
$path = $CFG->dataroot.'/'.$this->question_get_export_dir().'/'.$this->filename;

// get the questions (from database) in this category
// $questions = get_records("question","category",$this->category->id);
$questions = get_questions_category( $this->category );

notify("Exporting ".count($questions)." questions.");
Expand Down

0 comments on commit 64ead3e

Please sign in to comment.