fetch_all_fids(); foreach($queryf as $forum) { $thread = C::t('forum_thread')->fetch_by_fid_displayorder($forum['fid']); $lastpost = "$thread[tid]\t$thread[subject]\t$thread[lastpost]\t$thread[lastposter]"; C::t('forum_forum')->update($forum['fid'], array('lastpost' => $lastpost)); } ?>