From f8e430c7fdbd97a4d7451f4c94e5cb67183dab42 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 19 Aug 2009 22:46:05 +0000 Subject: #552084 by jhodgdon: Removed references to 'CCK' in core. --- modules/node/node.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.install') diff --git a/modules/node/node.install b/modules/node/node.install index d83e2723f..ddb571ebd 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -330,7 +330,7 @@ function node_schema() { 'default' => '', ), 'custom' => array( - 'description' => 'A boolean indicating whether this type is defined by a module (FALSE) or by a user via a module like the Content Construction Kit (TRUE).', + 'description' => 'A boolean indicating whether this type is defined by a module (FALSE) or by a user via Add content type (TRUE).', 'type' => 'int', 'not null' => TRUE, 'default' => 0, -- cgit v1.2.3