From ddaff15dfc0c2fc51fc27a33f55a54b2b726d59d Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Fri, 10 Aug 2007 07:58:48 +0000 Subject: [PATCH] removing TODO type comment that was already done. --- lib/db/upgrade.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.39.5