Hi!
This is my code on table section
<? function twalk($id) {
if ($id && !mgd_is_in_topic_tree(12, $id)) $id = 0;
if (!$id || !($t = mgd_get_topic($id))) return;
twalk($t->up);
printf(' / <a href="%d.html">%s</a> ', $t->id, htmlentities($t-
>name));
}
if ($topic) { twalk($topic->up); ?> / &(topic.name); <? } else echo
'top level'; ?>
but if I want to see any article I got mistake:
Warning: $topic is not an object in table on line 45
/
When I go through topics everything goe's fine. How to declare or not
articles or topics to avoid this "little bad thing"
greetings
Piotras
--
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]