1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

- some additional changes

- fixing pm history bug (quote post)


git-svn-id: file:///svn/phpbb/trunk@5243 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-10-02 18:22:59 +00:00
parent 1d688c6b8d
commit 2a75587153
4 changed files with 55 additions and 51 deletions

View File

@@ -13,9 +13,8 @@
*/
function mcp_forum_view($id, $mode, $action, $url, $forum_info)
{
global $template, $db, $user, $auth, $cache;
global $SID, $phpEx, $phpbb_root_path, $config;
global $template, $db, $user, $auth;
global $_POST, $_REQUEST;
if ($action == 'merge_select')
{
@@ -84,7 +83,7 @@ function mcp_forum_view($id, $mode, $action, $url, $forum_info)
// Grab icons
$icons = array();
obtain_icons($icons);
$cache->obtain_icons($icons);
$topic_rows = array();