From 99fcfdbb32fdd3a885d6fa27df3628119dfbfe7d Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 6 Jul 2001 23:50:58 +0000 Subject: [PATCH] More updates git-svn-id: file:///svn/phpbb/trunk@593 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/modcp.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/phpBB/modcp.php b/phpBB/modcp.php index 9e95544e7b..ebbad6badd 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -1,6 +1,6 @@ sql_query($sql)) { message_die(GENERAL_MESSAGE, $lang['Topic_post_not_exist'], "", __LINE__, __FILE__, $sql); @@ -216,7 +216,10 @@ switch($mode) message_die(GENERAL_MESSAGE, $msg); } - + else + { + echo "Here"; + } break; case 'move':