@@ -336,8 +336,7 @@ discard block |
||
336 | 336 | if ($this->settings['display_preview']) |
337 | 337 | { |
338 | 338 | $post_data = $this->forum->get_post_data($this->settings['display_preview']); |
339 | - } |
|
340 | - else |
|
339 | + } else |
|
341 | 340 | { |
342 | 341 | $post_data = array_fill_keys(array_keys($topic_data), array(array('post_text' => '', 'bbcode_uid' => '', 'bbcode_bitfield' => ''))); |
343 | 342 | } |
@@ -360,8 +359,7 @@ discard block |
||
360 | 359 | $this->fields['user_colour'] = 'topic_last_poster_colour'; |
361 | 360 | |
362 | 361 | $this->ptemplate->assign_var('L_POST_BY_AUTHOR', $this->user->lang('LAST_POST_BY_AUTHOR')); |
363 | - } |
|
364 | - else |
|
362 | + } else |
|
365 | 363 | { |
366 | 364 | $this->fields['time'] = 'topic_time'; |
367 | 365 | $this->fields['user_id'] = 'topic_poster'; |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * |
|
4 | - * @package phpBB Sitemaker [English] |
|
5 | - * @copyright (c) 2013 Daniel A. (blitze) |
|
6 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
7 | - * |
|
8 | - */ |
|
3 | + * |
|
4 | + * @package phpBB Sitemaker [English] |
|
5 | + * @copyright (c) 2013 Daniel A. (blitze) |
|
6 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
7 | + * |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * @ignore |