diff --git a/upload/config.php b/upload/config.php index 80486a209..60663a9a2 100644 --- a/upload/config.php +++ b/upload/config.php @@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.2 Beta'; -$bb_cfg['tp_release_state'] = 'R313'; +$bb_cfg['tp_release_state'] = 'R314'; $bb_cfg['tp_release_date'] = '13-11-2011'; // Database diff --git a/upload/viewtopic.php b/upload/viewtopic.php index dfc830ea0..1c1c7e2ed 100644 --- a/upload/viewtopic.php +++ b/upload/viewtopic.php @@ -372,7 +372,7 @@ $post_order = (isset($_POST['postorder']) && $_POST['postorder'] !== 'asc') ? 'd $first_post = false; if ($t_data['topic_show_first_post'] && $start) { - $first_post = DB()->fetch_row(" + $first_post = DB()->fetch_rowset(" SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_regdate, u.user_rank, u.user_sig,