mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
r314
Частичный revert r313 изначально было правильно - rowset git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@314 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
633fb3b210
commit
2bb14748a7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue