getFrom()); $userName = get_user_name($userId); $bridge = new Bridge(); $inReplyTo = $msg->getInReplyTo(); if ($inReplyTo) { # Is this a reply? # FIXME: we don't want exceptions here? $parentId = $bridge->getPostId($inReplyTo); $topicId = get_topic_id($parentId); } else { # a new message } #$forumId = get_default_forum_id($msg->getSource()); ?>