I installed the latest dev version (July 2, 2010) and got an error:

warning: Invalid argument supplied for foreach() in /var/www/junkmail/sites/junkmail.co.za/modules/nodewords/nodewords_basic/nodewords_basic.install on line 128.

It looks like a simple typing error on the line mentioned:
foreach ($patters as $pattern) {
should be:
foreach ($patterns as $pattern) {

Comments

Anonymous’s picture

Title: Error in node_basic.install (dev release) » Error in node_basic.install
Status: Active » Fixed

The code has been changed, and committed.

Thanks for the report, and the help.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.