|
@@ -339,7 +339,7 @@ |
|
|
block discarded – undo |
|
339
|
339
|
$this->store['topic'][$row['topic_id']] = $row; |
|
340
|
340
|
|
|
341
|
341
|
$this->store['tracking'][$row['forum_id']]['topic_list'][] = $row['topic_id']; |
|
342
|
|
- $this->store['tracking'][$row['forum_id']]['mark_time'] =& $row['forum_mark_time']; |
|
|
342
|
+ $this->store['tracking'][$row['forum_id']]['mark_time'] = & $row['forum_mark_time']; |
|
343
|
343
|
$this->store['post_ids']['first'][] = $row['topic_first_post_id']; |
|
344
|
344
|
$this->store['post_ids']['last'][] = $row['topic_last_post_id']; |
|
345
|
345
|
} |
Please login to merge, or discard this patch.