1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 01:36:57 +02:00

Merge branch 'ticket/11140' of github.com:EXreaction/phpbb3 into ticket/11103

This commit is contained in:
Nathan Guse
2012-10-09 22:03:18 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ function mcp_front_view($id, $mode, $action)
'ORDER_BY' => 'p.message_time DESC',
);
$sql_ary = $db->sql_build_query('SELECT', $sql_ary);
$sql = $db->sql_build_query('SELECT', $sql_ary);
$result = $db->sql_query_limit($sql, 5);
$pm_by_id = $pm_list = array();