Piotr Pokora wrote:
>
> Hi,
> I called it like this because:
> <? function twalk($id) {
> 55: if (!$id || !($t = mgd_get_topic($id))) return;
> 56: twalk($t->up);
> 57: printf(' / <a href="/topic/%d.html">%s</a> ', $t->id,
> htmlentities($t->name));
> 58: }
> 59: if ($topic) { twalk($topic->up); ?> / &(topic.name); <? } else echo
> 'top level topic'; ?>
Sorry, Piotr, but could you give me an actual code used on your page
together with results and error messages (if they are there) and so on
because I'm not so enlightened to look through the monitor into your
porject. :-)
--
Alexander, /not a wizard/
--
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]