Index: trunk/in-bulletin/module_init.php =================================================================== diff -u -N --- trunk/in-bulletin/module_init.php (revision 12744) +++ trunk/in-bulletin/module_init.php (revision 0) @@ -1,65 +0,0 @@ -_clsTopicList($CatID); - $this->classname = "clsTopic"; - } -} - -class clsPostingList extends _clsPostingList -{ - function clsPostingList() - { - $this->_clsPostingList(); - $this->classname="clsPosting"; - } -} - -/* Returns Main Item Collection */ -function &bb_ItemCollection() -{ - global $objTopicList; - return $objTopicList; -} - -$objTopicList = new clsTopicList(); -$objPostingList = new clsPostingList(); -$objPMList = new clsPrivateMessageList(); - - -$objTopicList->Page=$bb_var_list["tp"]; -$objTopicList->SetCurrentItem($bb_var_list["top"]); -$objPostingList->Page=$bb_var_list["pp"]; -$objPostingList->TopicID=$bb_var_list["top"]; -$objTopicList->Clear(); -$objTopicList->CategoryID = 0; - -if($bb_var_list['pm_id']) $objPMList->SetCurrentItem($bb_var_list['pm_id']); - -$objSmileys = new clsEmoticonList(); - -$objCensorList = new clsCensorship(); - -/*if there are customized tags for this module, include them below: */ -$tag_override = $pathtoroot."in-bulletin/customtags.php"; -if(file_exists($tag_override)) -{ - require_once($tag_override); -} -?> \ No newline at end of file