Skip to content

Commit

Permalink
ddllib: Mark table_column() as deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Eloy Lafuente
  • Loading branch information
fmarier committed Dec 3, 2007
1 parent 50371de commit ce32e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ddllib.php
Expand Up @@ -65,6 +65,10 @@
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
Expand Down

0 comments on commit ce32e50

Please sign in to comment.