[Phpmyadmin-devel] nijel, commit 9712

Sebastian Mendel lists at sebastianmendel.de
Mon Nov 5 14:15:59 CET 2007


Hi,

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'];
        }




More information about the Developers mailing list