Fix whitespace.

This commit is contained in:
tjhunt 2007-06-15 10:24:29 +00:00
parent eaa15ed1ad
commit eedb2494ed
3 changed files with 2 additions and 5 deletions

View File

@ -193,7 +193,7 @@ class qformat_default {
}
}
if (!$answersvalid) {
notify( get_string('matcherror','quiz') );
notify(get_string('matcherror', 'quiz'));
continue;
}
else {

View File

@ -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

View File

@ -26,11 +26,8 @@ class question_edit_description_form extends question_edit_form {
$mform->addElement('hidden', 'defaultgrade', 0);
}
function qtype() {
return 'description';
}
}
?>