From 401d1bb8ff7d2a08ad4a8b5e7ea802a9cf20517c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 17 Aug 2010 13:52:31 +0000 Subject: - Patch #884718 by ctmattice1: documentation problem with hook_schema(). --- modules/system/system.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3