diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-19 22:46:05 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-19 22:46:05 +0000 |
commit | f8e430c7fdbd97a4d7451f4c94e5cb67183dab42 (patch) | |
tree | 36f581ecc766954c5f36f900a98d51a6443239f6 /modules/node | |
parent | 01d98fa50b58c615bd729f915470d4244e35a76b (diff) | |
download | brdo-f8e430c7fdbd97a4d7451f4c94e5cb67183dab42.tar.gz brdo-f8e430c7fdbd97a4d7451f4c94e5cb67183dab42.tar.bz2 |
#552084 by jhodgdon: Removed references to 'CCK' in core.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.install | 2 |
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, |