mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
ddllib: Mark table_column() as deprecated
Signed-off-by: Eloy Lafuente
This commit is contained in:
parent
1e5352cb61
commit
69885093bf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue