From e580cd8df518d0f848502f459a87e28275d1248d Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 28 Nov 2002 02:20:22 +0000 Subject: [PATCH] echo git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3136 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 966f19b4c4..b8937a8ab3 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -583,7 +583,7 @@ else if ( $submit || $confirm ) } if ($error_msg == '' && $mode != 'poll_delete') - {echo "HERE --> " . $post_info['topic_title'] . " \n\n"; + { user_notification($mode, $post_data, $post_info['topic_title'], $forum_id, $topic_id, $post_id, $notify_user); }