From: Petr Skoda Date: Tue, 24 Nov 2009 15:15:03 +0000 (+0000) Subject: MDL-20948 adding todo note X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2f223338fb4c9f7e807fd9b07fd7c0837dce8e44;p=moodle.git MDL-20948 adding todo note --- diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index f2671bb93f..9e4d532cc6 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -2841,3 +2841,4 @@ WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL"); //TODO: Before 2.0 release // 1/ remove the automatic enabling of completion lib if debug enabled ( in 2008121701 block) // 2/ move 2009061300 block to the top of the file so that we may log upgrade queries +// 3/ force admin password change if salt not set, to be done after planned role changes