mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
echo
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3136 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c513153d43
commit
e580cd8df5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue