[Phpmyadmin-devel] a typo?

Marc Delisle Marc.Delisle at cegepsherbrooke.qc.ca
Tue Aug 1 16:40:32 CEST 2006


Hi,

in HEAD (or MAINT_2_8_2) libraries/Theme_Manager.class.php:

if (array_key_exists($PMA_Theme, $this->themes)) {
    $this->themes[$PMA_Theme] = $this->themes[$PMA_Theme];
    continue;
}

I don't see what's the goal of

$this->themes[$PMA_Theme] = $this->themes[$PMA_Theme];

Marc





More information about the Developers mailing list