[ticket/14051] Fix whitespace

PHPBB3-14051
This commit is contained in:
Richard McGirr 2016-03-23 21:46:45 -04:00
parent c003611f05
commit d9ad14e4c5

View file

@ -295,7 +295,7 @@ if ($sort_days)
* @var array sort_days The oldest topic displayable in elapsed days * @var array sort_days The oldest topic displayable in elapsed days
* @var array sort_key The sorting by. It is one of the first character of (in low case): * @var array sort_key The sorting by. It is one of the first character of (in low case):
* Author, Post time, Replies, Subject, Views * Author, Post time, Replies, Subject, Views
* @var array sort_dir Either "a" for ascending or "d" for descending * @var array sort_dir Either "a" for ascending or "d" for descending
* @var array sql_array The SQL array to get the data of all topics * @var array sql_array The SQL array to get the data of all topics
* @since 3.1.9-RC1 * @since 3.1.9-RC1
*/ */