Using MySQL 5 and PHP 5, Drupal 4.7

When navigating to Home -> Administer -> Relationships -> Navigation Demo subtab, get
error:

Fatal error: Call to undefined function form() in D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\drupal\modules\relationship\plugins\ontology_navigation.module on line 522

ontology_navigation.module version

// $Id: ontology_navigation.module,v 1.11 2006/08/07 16:18:43 dman Exp $

Line 522: $out .= form( form_submit(t('Create Demo Content')) );

Downloaded 10/08/2006 version of relationship module.

Comments

dman’s picture

Thanks for that report.
I hadn't reviewed the navigation demo since 4.6.
Should be fixed now in CVS (along with a few other tweaks).

heavenonfremont’s picture

Status: Active » Closed (fixed)

verified - page comes up fine. However noticing few other things for which i will log separate issues. Thanks