Fixed empty list in synchronization, if there is no DB available

This commit is contained in:
Tomas Srnka
2009-11-26 00:04:43 +00:00
parent 352f9e38be
commit 53e18f0889
65 changed files with 35756 additions and 35175 deletions

View File

@@ -283,6 +283,7 @@ function PMA_replication_gui_master_addslaveuser() {
. '<input type="hidden" name="createdb" id="createdb_0" value="0" />' . "\n"
. '<input id="checkbox_Repl_slave_priv" type="hidden" title="Needed for the replication slaves." value="Y" name="Repl_slave_priv"/>'. "\n"
. '<input id="checkbox_Repl_client_priv" type="hidden" title="Needed for the replication slaves." value="Y" name="Repl_client_priv"/>'. "\n"
. '' . "\n"
. '<input type="hidden" name="sr_take_action" value="true" />'. "\n"
. '<div class="item">' . "\n"
. '<label for="select_pred_username">' . "\n"