By wickedradio on
I am using drupal 6.2 and i have the latest content profile and CCK. when a new user tries to create and save a profile the following error gets spit out.
Fatal error: Call to undefined function nodereference_content_is_empty() in /usr/local/www/asylumtest/sites/all/modules/cck/content.module on line 892
the following code is from line 892 and I do not know php very well at all so I need a hand resolving this issue if anyone can help.
if (!$function($item, $field)) {
$filtered[] = $item;