1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2021-04-10 23:05:58 +02:00
17 changed files with 31 additions and 23 deletions

View File

@@ -383,7 +383,7 @@ function phpbb_get_pm_data($pm_ids)
/**
* sorting in mcp
*
* @param string $where_sql should either be WHERE (default if ommited) or end with AND or OR
* $where_sql should either be WHERE (default if ommited) or end with AND or OR
*
* $mode reports and reports_closed: the $where parameters uses aliases p for posts table and r for report table
* $mode unapproved_posts: the $where parameters uses aliases p for posts table and t for topic table