habe eine Frage zu folgender Anweisung (der Code an dieser Stelle ist ein beliebiger).
Code: Alles auswählen
#-----[ 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)
Vielen Dank schonmal im Voraus!