Hi,
I have two databases with very similar names :
liveuser_test_example1
liveuser_test_example2
The <select> menu on the left is making a <optgroup>. It's quite
lever but the regexp that cuts the database name is matching the
first "_" and not the last.
It is :
<optgroup label="liveuser">
<option value="liveuser_test_example4">_test_example4</option>
<option value="liveuser_test_example5">_test_example5</option>
</optgroup>
It may be (imho) :
<optgroup label="liveuser_test">
<option value="liveuser_test_example4">_example4</option>
<option value="liveuser_test_example5">_example5</option>
</optgroup>
Logged In: YES
user_id=192186
Fixed in CVS, thanks for reporting.
Logged In: YES
user_id=210714
Michal,
we got the inverse bug report:
http://sourceforge.net/tracker/index.php?func=detail&aid=1498108&group_id=23067&atid=377408
and I reversed your patch in HEAD, but now I regret it :)