Search found 1 match

by slv
Thu 6. Jan 2005, 20:08
Forum: hacks & enhancements
Topic: An Event Calendar Mod
Replies: 239
Views: 132136

Problems with öäü ...

there is a function fix($string) in calendar.classes.php. it allows only ascii chars.... hmmmm.. what about delete it? or .... change to something like

function fix($string){
$html_str = htmlentities($string);
return $html_str;
}

that solves the problem... quick and dirty !!...