comment) dynamically * for the Node Comment module. The setting only defines Node Comment behavior * and doesn't change the $node->comment flag in the database. * * @param int $commentable * one of the following: * COMMENT_NODE_DISABLED, COMMENT_NODE_READ_ONLY, COMMENT_NODE_READ_WRITE * @param $node * node object being commented on */ function hook_nodecomment_commentable_alter(&$commentable, $node) { }