Mar 3rd, 2009, 1:09 PM
Sorry, yettn. My bad. You're one of the very few people that would have been affected by this change. :-)
That variable is stored in your library.php as the default UTF-8 value. But to override it, just add the following line to your /global/config.php file:
After this is done, any future upgrades won't overwrite your change.
That variable is stored in your library.php as the default UTF-8 value. But to override it, just add the following line to your /global/config.php file:
PHP Code:
$g_api_header_charset = "iso-8559-1";
After this is done, any future upgrades won't overwrite your change.