removing TODO type comment that was already done.

This commit is contained in:
jamiesensei 2007-08-10 07:58:48 +00:00
parent 070af8ed32
commit ddaff15dfc

View File

@ -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();