Hi
Dne Mon, 05 Nov 2007 14:15:59 +0100 Sebastian Mendel lists@sebastianmendel.de napsal(a):
is this a typo?
select_lang.lib.php#63:
// check previous set language if (! empty($_COOKIE['pma_lang'])) { if (PMA_langSet($_COOKIE['pma_lang'])) { return true;
-> } elseif (!is_string($_COOKIE['lang'])) { /* Faked request, don't care on localisation */ -> $GLOBALS['lang_failed_request'] = 'Yes'; } else { $GLOBALS['lang_failed_cookie'] = $_COOKIE['pma_lang']; }
I have no idea and I won't have time to look into source in near future, sorry.