18 require_once SQ_PACKAGES_PATH.
'/ipb/ipb_forum/ipb_forum.inc';
49 $ipb_bridge =& $GLOBALS[
'SQ_SYSTEM']->am->getAsset($ipbid);
50 $ipb =& $ipb_bridge->getIpbConn();
51 $forums = $ipb->getListOfForums($data[
'id']);
53 $this->vars[
'description'][
'type'] =
'text';
54 $this->vars[
'description'][
'value'] =
'IPB Root Forum';
56 $this->vars[
'forums'][
'type'] =
'int';
57 $this->vars[
'forums'][
'value'] = count($forums);