From 4d41f4eee88e3e3305b72bb1a18e14d2ef94fcf6 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 19 Feb 2009 01:09:44 +0000 Subject: [PATCH] Add missing Id tags to all files under question, to help the unmerged files script. --- question/exportfile.php | 2 +- question/file.php | 2 +- question/type/calculated/edit_calculated_form.php | 2 +- question/type/description/edit_description_form.php | 2 +- question/type/edit_question_form.php | 2 +- question/type/essay/edit_essay_form.php | 2 +- question/type/match/edit_match_form.php | 2 +- question/type/missingtype/edit_missingtype_form.php | 2 +- question/type/multianswer/edit_multianswer_form.php | 2 +- question/type/multichoice/edit_multichoice_form.php | 2 +- question/type/numerical/edit_numerical_form.php | 2 +- question/type/numerical/questiontype.php | 2 +- question/type/numerical/simpletest/testquestiontype.php | 2 +- question/type/question.html | 2 +- question/type/random/edit_random_form.php | 2 +- question/type/randomsamatch/edit_randomsamatch_form.php | 2 +- question/type/shortanswer/edit_shortanswer_form.php | 2 +- question/type/shortanswer/simpletest/testquestiontype.php | 2 +- question/type/truefalse/edit_truefalse_form.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/question/exportfile.php b/question/exportfile.php index 1a0011c3496..0b3261d875f 100644 --- a/question/exportfile.php +++ b/question/exportfile.php @@ -1,4 +1,4 @@ -libdir . '/filelib.php'); diff --git a/question/file.php b/question/file.php index 80e9615551e..b2d36815480 100644 --- a/question/file.php +++ b/question/file.php @@ -1,4 +1,4 @@ -dirroot.'/question/type/edit_question_form.php'); /** * Defines the editing form for the thruefalse question type.