There is possibly typo in nodewords.module:

if (!empty($regexpr)) {
        $result = preg_replace('/' . $regexp . '/i', '', $result);
}

After replacement "$regexp" with "$regexpr" it works.

Comments

avpaderno’s picture

Priority: Critical » Normal
Status: Active » Fixed

The code has been changed, and committed in CVS. Thanks for your report.

Status: Fixed » Closed (fixed)

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