Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Jun 15, 2007
1 parent eaa15ed commit eedb249
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion question/format.php
Expand Up @@ -193,7 +193,7 @@ function importprocess() {
}
}
if (!$answersvalid) {
notify( get_string('matcherror','quiz') );
notify(get_string('matcherror', 'quiz'));
continue;
}
else {
Expand Down
2 changes: 1 addition & 1 deletion question/format/qti2/qt_common.php
Expand Up @@ -14,7 +14,7 @@
* @calledfrom type/<typename>/editquestion.php
* @package questionbank
* @subpackage importexport
*/
*/
function get_course_media_files($courseid)
{
// this code lifted from mod/quiz/question.php and modified
Expand Down
3 changes: 0 additions & 3 deletions question/type/description/edit_description_form.php
Expand Up @@ -26,11 +26,8 @@ function definition_inner(&$mform) {
$mform->addElement('hidden', 'defaultgrade', 0);
}


function qtype() {
return 'description';
}


}
?>

0 comments on commit eedb249

Please sign in to comment.