[phpOpenTracker-devel] [Bug #4064] clickpath_analysis addNode

[email protected] Thu, 20 Oct 2005 11:59:30 +1000 (EST)
Newsgroups gmane.comp.web.phpopentracker.devel
Message-ID <[email protected]>
Bug #4064, was updated on 2005-May-19 23:28
Here is a current snapshot of the bug.

Project: phpOpenTracker
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: bugmenot
Assigned to : none
Summary: clickpath_analysis addNode

Details: When calling the clickpath_analysis without passing a result format parameter it defaults to $result = array() which of course then doesn't work further down the document (line 344) where there's a call to:

$result->addNode(...)

Follow-Ups:

Date: 2005-Oct-20 11:59
By: jdpipe

Comment:
It only works if you set the parameter result_format to 'graphviz' or 'graphviz_object', by the look of it.
-------------------------------------------------------

For detailed info, follow this link:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=4064&group_id=2025