Частичный revert r313 изначально было правильно - rowset git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@314 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
fly.dvorkin 2011-11-13 06:30:04 +00:00
commit 2bb14748a7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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,