On 11 Jan, Ken Pooley wrote:
> It seems like this (below) should work but I keep getting a
> "Call to unsupported or undefined function fetch() in content on line 31"
<snip>

> 30: <? $topic= mgd_get_topic(18);

Here's the problem. mgd_get_topic just fetches the
information for that particular topic (name, description,
etc.), and doesn't list its child articles or
topics, and therefore doesn't support the fetch() method.

Try <? $topic= mgd_list_topic_articles(18); instead.

/Bergie

-- 
-- Henri Bergius -- +358 40 525 1334 -- [EMAIL PROTECTED] --
               http://www.iki.fi/Henri.Bergius


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to