Hi pomspot, I have replaced lines 54 and 55 with the code below;
foreach ($tables as $t) {
echo '<option value="'.$t->$database.'"';
if ($_POST['db_gwa_selected'] == $t->$database) { echo ' selected'; }
echo '>'.$t->$database.'</option>'."\n";
}
This will display the current table in the table edit screen…If you like it, maybe you’ll add it to future versions ?
Thanks for this great plugin…