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 !!...
Search found 1 match
- Thu 6. Jan 2005, 20:08
- Forum: hacks & enhancements
- Topic: An Event Calendar Mod
- Replies: 239
- Views: 133605