From: jamiesensei Date: Fri, 10 Aug 2007 07:58:48 +0000 (+0000) Subject: removing TODO type comment that was already done. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ddaff15dfc0c2fc51fc27a33f55a54b2b726d59d;p=moodle.git removing TODO type comment that was already done. --- diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 802afaf171..f31b2197a1 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -1718,7 +1718,6 @@ function xmldb_main_upgrade($oldversion=0) { } } */ - //need to change this when we merge with HEAD if ($result && $oldversion < 2007081000) { require_once($CFG->dirroot . '/question/upgrade.php'); $result = $result && question_upgrade_context_etc();