Code: Alles auswählen
if ( $error_msg == '' )
user_notification($mode, $post_data, $forum_id, $topic_id, $post_id, $notify_user);
Code: Alles auswählen
if ( $error_msg == '' )
{
user_notification($mode, $post_data, $forum_id, $topic_id, $post_id, $notify_user);
if( $mode != "editpost" )
{
top_smilies($message);
}
}
Bei mir sieht der zu editierende Teil aber so aus
Code: Alles auswählen
if ($error_msg == '' && $mode != 'poll_delete')
{
user_notification($mode, $post_data, $post_info['topic_title'], $forum_id, $topic_id, $post_id, $notify_user);
}
Danke
mahou