mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
[ticket/14051] Fix whitespace
PHPBB3-14051
This commit is contained in:
parent
c003611f05
commit
d9ad14e4c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue