summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-17 13:52:31 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-17 13:52:31 +0000
commit401d1bb8ff7d2a08ad4a8b5e7ea802a9cf20517c (patch)
treeda11f2974e29efe19567cacb20ed7ffe29f369e2 /modules/system
parent33ef42291fab05ea84497f6d520e950186ba4610 (diff)
downloadbrdo-401d1bb8ff7d2a08ad4a8b5e7ea802a9cf20517c.tar.gz
brdo-401d1bb8ff7d2a08ad4a8b5e7ea802a9cf20517c.tar.bz2
- Patch #884718 by ctmattice1: documentation problem with hook_schema().
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index cf69c46a1..ad96b1c05 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -2577,7 +2577,7 @@ function hook_schema() {
'not null' => TRUE,
'default' => ''),
'title' => array(
- 'description' => 'The title of this node, always treated a non-markup plain text.',
+ 'description' => 'The title of this node, always treated as non-markup plain text.',
'type' => 'varchar',
'length' => 255,
'not null' => TRUE,