Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 07:12 UTC
Updated:
22 Feb 2010 at 17:10 UTC
There is possibly typo in nodewords.module:
if (!empty($regexpr)) {
$result = preg_replace('/' . $regexp . '/i', '', $result);
}
After replacement "$regexp" with "$regexpr" it works.
Comments
Comment #1
avpadernoThe code has been changed, and committed in CVS. Thanks for your report.