From 1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Jan 2010 07:54:01 +0000 Subject: - Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links. --- includes/database/schema.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/database') 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()); -- cgit v1.2.3