ich verstehe nicht, was genau gemeint ist

Muss alles gelöscht werden oder erst ab $privmsg_subject = preg_replace ...
Kommt öfters beim letzten Update vor, 2x FIND hintereinander, aber nur 1xREPLACE
#
#-----[ FIND ]---------------------------------------------
# Line 1743
//
// Send smilies to template
//
generate_smilies('inline', PAGE_PRIVMSGS);
#
#-----[ FIND ]---------------------------------------------
# Line 1748
$privmsg_subject = preg_replace($html_entities_match, $html_entities_replace, $privmsg_subject);
$privmsg_subject = str_replace('"', '"', $privmsg_subject);
#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)