Wasn't sure where exactly to file this; hopefully this is right.

node_example.module makes reference to a non-existant filter_tips_short() function (can't find anything on this function previous to Drupal 4.4). This new version removes function call altogether, and everything seems to work fine, but review would be appreciated in case I totally missed something. :)

CommentFileSizeAuthor
node_example_filter.patch802 byteswebchick

Comments

webchick’s picture

Priority: Normal » Critical

Forgot to mention; with the code the way it is now, the example won't work at all... after enabling the module, if you try and create an "example node" content type, you receive the error that the function is undefined and it won't progress further.

webchick’s picture

Status: Needs review » Fixed

Sorry to keep spamming. ;(

chx informed me that it's ok to submit patches directly to documentation, so I've just updated it in CVS. Marking issue fixed. I'll try to go through the other examples in the next couple days to check for similar problems.

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)