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
Comment #1
Anonymous (not verified) commentedThe code has been changed, and committed.
Thanks for the report, and the help.