]> git.mjollnir.org Git - moodle.git/commitdiff
ddllib: Mark table_column() as deprecated
authorfmarier <fmarier>
Mon, 3 Dec 2007 23:20:03 +0000 (23:20 +0000)
committerfmarier <fmarier>
Mon, 3 Dec 2007 23:20:03 +0000 (23:20 +0000)
Signed-off-by: Eloy Lafuente
lib/ddllib.php

index 9df026e58d659c3d38335c240c880a5a016bf794..3538de89e396fdb40e7ec0a3a6870840b9012183 100644 (file)
     require_once($CFG->libdir . '/xmlize.php');
 /**
  * Add a new field to a table, or modify an existing one (if oldfield is defined).
+ *
+ * WARNING: This function is deprecated and will be removed in future versions.
+ * Please use XMLDB (see http://docs.moodle.org/en/Development:DDL_functions ).
+ *
  * Warning: Please be careful on primary keys, as this function will eat auto_increments
  *
  * @uses $CFG