aboutsummaryrefslogtreecommitdiff
path: root/db/upgrade.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2019-04-28 21:17:41 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2019-04-28 21:17:41 +0200
commita25470ff263c0f0c975b9f093b1dee6ce2d71b63 (patch)
tree9cd2ede656d92804635e31ab779e5be34d999836 /db/upgrade.php
parent35e6e62481c00d21698537a91215bfa8f5364363 (diff)
Allow several variables in combined algebra subquestions
Diffstat (limited to 'db/upgrade.php')
-rw-r--r--db/upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/upgrade.php b/db/upgrade.php
index e3fc7df..87ee235 100644
--- a/db/upgrade.php
+++ b/db/upgrade.php
@@ -41,7 +41,7 @@ function xmldb_qtype_algebra_upgrade($oldversion=0) {
upgrade_plugin_savepoint(true, 2008061500, 'qtype', 'algebra');
}
- // Drop the answers and variables fields wich are totaly redundants.
+ // Drop the answers and variables fields wich are totally redundant.
if ($oldversion < 2011072800) {
$table = new xmldb_table('question_algebra');
$field = new xmldb_field('answers');