summaryrefslogtreecommitdiff
path: root/includes/database
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-30 07:54:01 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-30 07:54:01 +0000
commit1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf (patch)
tree5cf341bf7c5f34e291031c781aaf66d05d0b15d7 /includes/database
parent046e51883319b422618eff3b78f09cbd05a5a2d2 (diff)
downloadbrdo-1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf.tar.gz
brdo-1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf.tar.bz2
- Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links.
Diffstat (limited to 'includes/database')
-rw-r--r--includes/database/schema.inc2
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());