Quote:
Originally Posted by caliman
Mine looks just like that. What do I change it too?
|
change
PHP Code:
$db->query_first("SET NAMES 'utf8'");
to
PHP Code:
$db->query_first("SET NAMES 'utf8'");
or remove this two line
change in /includes/cron/vbgooglemapme_cron.php
PHP Code:
$text_file = "<"."?"."xml version=\"1.0\" encoding=\"UTF-8\"". "?"."><markers>\n";
to
PHP Code:
$text_file = "<"."?"."xml version=\"1.0\" encoding=\"ISO-8859-1\"". "?"."><markers>\n";
this work