
25 Sep
2001
25 Sep
'01
10:23 a.m.
Hi all, ----- Original Message ----- From: "Michael Katzenmayer" <katzenmayer@erfnet.de> To: <webmaster@phpindex.com> Sent: Tuesday, September 25, 2001 4:10 PM Subject: Bug in phpmyadmin left.php
Hi,
Sometimes when only_db is selected, the db is shown twice in the left frame. I don't know why that happens, but changing
$dblist = $true_dblist;
to
$dblist = array_unique($true_dblist);
fixes the problem.
Michael Katzenmayer