diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-08-30 23:53:48 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-08-30 23:53:48 +0000 |
commit | c32f20bc52abe0d4fac49dd73d4491a5bf1b0a57 (patch) | |
tree | a6a67119e920947c5a7f782ee2944c05d2faf06f /phpBB/modcp.php | |
parent | 13d9b6df5f4214170ed5b00788ad544240191ee7 (diff) | |
download | forums-c32f20bc52abe0d4fac49dd73d4491a5bf1b0a57.tar forums-c32f20bc52abe0d4fac49dd73d4491a5bf1b0a57.tar.gz forums-c32f20bc52abe0d4fac49dd73d4491a5bf1b0a57.tar.bz2 forums-c32f20bc52abe0d4fac49dd73d4491a5bf1b0a57.tar.xz forums-c32f20bc52abe0d4fac49dd73d4491a5bf1b0a57.zip |
Removed referance to viewip templates to remove error in beta 1
git-svn-id: file:///svn/phpbb/trunk@948 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r-- | phpBB/modcp.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php index f1decb7d14..416a44a5cb 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -115,7 +115,6 @@ include($phpbb_root_path . 'includes/page_header.'.$phpEx); $template->set_filenames(array( "body" => "modcp_body.tpl", "confirm" => "confirm_body.tpl", - "viewip" => "modcp_viewip.tpl", "split_body" => "split_body.tpl") ); |