]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18577 drop enums - annotating one more function to be dropped in Moodle 2.1
authorstronk7 <stronk7>
Mon, 25 May 2009 14:43:29 +0000 (14:43 +0000)
committerstronk7 <stronk7>
Mon, 25 May 2009 14:43:29 +0000 (14:43 +0000)
lib/ddl/database_manager.php

index bf7055d52e3e541d14188caf94c1dbb269a3ee81..7337be616024cfd4ed5b23da9422f5a8a63c7bf8 100644 (file)
@@ -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