fetch_by_uid( $_G['uid'] ); $forums = DB::fetch_all('select f.fid,name,icon from %t as f join %t as ff on f.fid=ff.fid where f.fid in(%n)', array('forum_forum', 'forum_forumfield', $pbforums['fids']), 'fid'); ?>