diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2013-01-06 09:59:06 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2013-01-06 09:59:06 +0100 |
commit | 345d68a51582fab0e47e176ef024aa46ea913ca0 (patch) | |
tree | 60fdda7319aa88e0e651f5e5c272bbc3967ff02e /db | |
parent | 5712bf7b91964e6dbbd2afdead94bb3dd8c0030a (diff) |
Stupid typo in install.xml prevents install
Diffstat (limited to 'db')
-rw-r--r-- | db/install.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/install.xml b/db/install.xml index 1927ae2..edab580 100644 --- a/db/install.xml +++ b/db/install.xml @@ -2,6 +2,7 @@ <XMLDB PATH="question/type/algebra/db" VERSION="20080516" COMMENT="XMLDB file for Moodle question/type/algebra question type" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../lib/xmldb/xmldb.xsd" +> <TABLES> <TABLE NAME="qtype_algebra" COMMENT="Options for algebra questions" NEXT="qtype_algebra_variables"> <FIELDS> |