Closed (duplicate)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.9
Component:
nodereference.module
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
5 Sep 2008 at 12:42 UTC
Updated:
5 Sep 2008 at 15:09 UTC
In case you run into this syntax error when installing the CCK module and activating the noderefence component, here is the small fix.
The line in fault is 330 and read like this (notice the double parentheses at the end):
'#description' => content_filter_xsst($field['widget']['description'])),
It should read as follows:
'#description' => content_filter_xsst($field['widget']['description']),
Regards,
Sam
Comments
Comment #1
yched commented#304118: 1.8 release - Parse error: unexpected ',' in nodereference.module
That was a problem is the short-lived 1.8 release. Fixed in 1.9
Comment #2
sdsheridanand by the way, wasn't it supposed to have been
as in invoking the translation function, with the outer function actually being content_filter_xss (full stop, no 't' on the end)?
shawn
Comment #3
yched commentedGuys, the issue is *FIXED* in 1.9, no need for more followups...