git-svn-id: file:///svn/phpbb/trunk@3976 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-05-04 14:24:46 +00:00
parent aed79aea29
commit 3e2e39d336

View file

@ -192,8 +192,6 @@ switch ($mode)
} }
else if ($mode == 'edit') else if ($mode == 'edit')
{ {
echo "HERE";
exit;
$row = get_forum_info($forum_id); $row = get_forum_info($forum_id);
if ($row['forum_type'] != $forum_type && $action) if ($row['forum_type'] != $forum_type && $action)