
24 Oct
2007
24 Oct
'07
10:44 a.m.
Michal Čihař schrieb:
On Wed, 24 Oct 2007 09:34:52 +0200 Sebastian Mendel <lists@sebastianmendel.de> wrote:
select_lang.lib.php#346:
$convcharset = isset($GLOBALS['cfg']['DefaultCharset']) ? $GLOBALS['cfg']['DefaultCharset'] : 'en-utf-8';
shouldn't this be 'utf-8' without 'en'?
Shouldn't cfg be always set since we're using default config stuff?
yes, it should, but i just wanted to verify that this is the wrong value, and not the one in default config ... -- Sebastian