aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_front.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-07-09 12:31:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-07-09 12:31:33 +0000
commitbdd1643a7d316bdeaeca564412b4f83cd40199fd (patch)
tree1e9a11bb9e84062bb04c83f0b150aeca1b44a866 /phpBB/includes/mcp/mcp_front.php
parente083255f661573641167afd52f5c41a0588e49d3 (diff)
downloadforums-bdd1643a7d316bdeaeca564412b4f83cd40199fd.tar
forums-bdd1643a7d316bdeaeca564412b4f83cd40199fd.tar.gz
forums-bdd1643a7d316bdeaeca564412b4f83cd40199fd.tar.bz2
forums-bdd1643a7d316bdeaeca564412b4f83cd40199fd.tar.xz
forums-bdd1643a7d316bdeaeca564412b4f83cd40199fd.zip
- added splitting of topics to mcp
- added merging of posts to mcp - fixed parsing of acl_getf results - adjusted tracking code for important announcements (seems to work now) git-svn-id: file:///svn/phpbb/trunk@4923 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_front.php')
-rw-r--r--phpBB/includes/mcp/mcp_front.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_front.php b/phpBB/includes/mcp/mcp_front.php
index cf9eb5a05e..c593e6ae90 100644
--- a/phpBB/includes/mcp/mcp_front.php
+++ b/phpBB/includes/mcp/mcp_front.php
@@ -186,4 +186,6 @@ function mcp_front_view($id, $mode, $action, $url)
$template->assign_var('S_MCP_ACTION', $url);
make_jumpbox($url . '&amp;mode=forum_view', 0, false, 'm_');
-} \ No newline at end of file
+}
+
+?> \ No newline at end of file