Verfasst: 28.07.2003 12:54
Ja der ist wieder aufgetaucht 
Wie Jason schon sagte such nach:
füg danach aber das ein:
dann sollte es gehen
esperitox
Wie Jason schon sagte such nach:
Code: Alles auswählen
include($phpbb_root_path . 'common.'.$phpEx); Code: Alles auswählen
$html_entities_match = array('#&#', '#<#', '#>#', '#"#');
$html_entities_replace = array('&', '<', '>', '"');esperitox