Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 07:24 UTC
Updated:
5 Jul 2020 at 11:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
jhodgdonThere are also two references to Content Construction Kit without the acronym:
modules/field/field.module line 40:
* custom data structures. The Content Construction Kit
* user-interface module uses this API for its major functionality.
node.install around line 303:
'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).',
'type' => 'int',
Comment #2
yched commentedLOL at
'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).',: CCK doesn't define node types since D5 - and we didn't have db schemas or column descriptions back then...Comment #3
jhodgdonHere is a patch to remove/alter these references.
Comment #4
pinoloThe patch applies and looks fine to me. After applying, the only reference to CCK is the presumably developer-generated comment in modules/field/field.module
Comment #5
yched commentedLooks fine to me too.
Comment #6
webchickCommitted to HEAD. Thanks!