git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3136 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-11-28 02:20:22 +00:00
parent c513153d43
commit e580cd8df5

View file

@ -583,7 +583,7 @@ else if ( $submit || $confirm )
} }
if ($error_msg == '' && $mode != 'poll_delete') 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); user_notification($mode, $post_data, $post_info['topic_title'], $forum_id, $topic_id, $post_id, $notify_user);
} }