From: stronk7 Date: Mon, 25 May 2009 14:43:29 +0000 (+0000) Subject: MDL-18577 drop enums - annotating one more function to be dropped in Moodle 2.1 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5b49a67cc1f57bc6658716242b7d9aafd208f0ec;p=moodle.git MDL-18577 drop enums - annotating one more function to be dropped in Moodle 2.1 --- diff --git a/lib/ddl/database_manager.php b/lib/ddl/database_manager.php index bf7055d52e..7337be6160 100644 --- a/lib/ddl/database_manager.php +++ b/lib/ddl/database_manager.php @@ -249,6 +249,8 @@ class database_manager { /** * Given one xmldb_field, check if it has a check constraint in DB * + * TODO: Moodle 2.1 - Drop check_constraint_exists() + * * @param xmldb_table the table * @param xmldb_field the field to be searched for any existing constraint * @return boolean true/false