Skip to content

Commit

Permalink
Merge pull request #2838 from live627/dev
Browse files Browse the repository at this point in the history
 Extra whitespace (Fixes #2836)
  • Loading branch information
live627 committed Apr 17, 2015
2 parents f066118 + 562b691 commit 8c283fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Display.php
Expand Up @@ -158,7 +158,7 @@ function Display()
SELECT
t.num_replies, t.num_views, t.locked, ms.subject, t.is_sticky, t.id_poll,
t.id_member_started, t.id_first_msg, t.id_last_msg, t.approved, t.unapproved_posts, t.id_redirect_topic,
IFNULL (mem.real_name, ms.poster_name) AS topic_started_name, ms.poster_time AS topic_started_time,
IFNULL(mem.real_name, ms.poster_name) AS topic_started_name, ms.poster_time AS topic_started_time,
' . ($user_info['is_guest'] ? 't.id_last_msg + 1' : 'IFNULL(lt.id_msg, IFNULL(lmr.id_msg, -1)) + 1') . ' AS new_from
' . (!empty($board_info['recycle']) ? ', id_previous_board, id_previous_topic' : '') . '
' . (!empty($topic_selects) ? implode(',', $topic_selects) : '') . '
Expand Down

0 comments on commit 8c283fb

Please sign in to comment.