mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch '3.1.x'
Conflicts: phpBB/includes/functions_mcp.php
This commit is contained in:
commit
48d208a3a6
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ function phpbb_get_pm_data($pm_ids)
|
|||
*/
|
||||
function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by_sql, &$sort_order_sql, &$total, $forum_id = 0, $topic_id = 0, $where_sql = 'WHERE')
|
||||
{
|
||||
global $db, $user, $auth, $template, $request;
|
||||
global $db, $user, $auth, $template, $request, $phpbb_dispatcher;
|
||||
|
||||
$sort_days = $request->variable('st', 0);
|
||||
$min_time = ($sort_days) ? time() - ($sort_days * 86400) : 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue