summaryrefslogtreecommitdiff
path: root/modules/node/node.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-19 22:46:05 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-19 22:46:05 +0000
commitf8e430c7fdbd97a4d7451f4c94e5cb67183dab42 (patch)
tree36f581ecc766954c5f36f900a98d51a6443239f6 /modules/node/node.install
parent01d98fa50b58c615bd729f915470d4244e35a76b (diff)
downloadbrdo-f8e430c7fdbd97a4d7451f4c94e5cb67183dab42.tar.gz
brdo-f8e430c7fdbd97a4d7451f4c94e5cb67183dab42.tar.bz2
#552084 by jhodgdon: Removed references to 'CCK' in core.
Diffstat (limited to 'modules/node/node.install')
-rw-r--r--modules/node/node.install2
1 files changed, 1 insertions, 1 deletions
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,