diff options
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/schema.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/schema.inc b/includes/database/schema.inc index 670d3ab3b..0437999d2 100644 --- a/includes/database/schema.inc +++ b/includes/database/schema.inc @@ -300,7 +300,7 @@ abstract class DatabaseSchema implements QueryPlaceholderInterface { * table along with adding the field. The format is the same as a * table specification but without the 'fields' element. If you are * adding a type 'serial' field, you MUST specify at least one key - * or index including it in this array. @see db_change_field for more + * or index including it in this array. See db_change_field() for more * explanation why. */ abstract public function addField($table, $field, $spec, $keys_new = array()); |