Code: Alles auswählen
Fatal error: Call to undefined function: generate_smilies() in ......./../forum/privmsg.php on line 1753
Zeile 1750 bis 1760
Code: Alles auswählen
//
// Send smilies to template
//
generate_smilies('inline', PAGE_PRIVMSGS);
$privmsg_subject = preg_replace($html_entities_match, $html_entities_replace, $privmsg_subject);
$privmsg_subject = str_replace('"', '"', $privmsg_subject);
$template->assign_vars(array(
'SUBJECT' => $privmsg_subject,
'USERNAME' => preg_replace($html_entities_match, $html_entities_replace, $to_username),
MfG Werbung