set empty table on db change (bug #1375387) (forgot with last commit)

This commit is contained in:
Sebastian Mendel
2005-12-07 20:20:33 +00:00
parent d87b6b2042
commit 432141ecca

View File

@@ -1,7 +1,9 @@
var querywindow = '';
/**
* sets current selected server, table and db (called from libraries/footer.inc.php)
* sets current selected db
*
* @param string db name
*/
function setDb( new_db ) {
//alert('setDb(' + new_db + ')');
@@ -24,7 +26,9 @@ function setDb( new_db ) {
}
/**
* sets current selected server, table and db (called from libraries/footer.inc.php)
* sets current selected table (called from left.php)
*
* @param string table name
*/
function setTable( new_table ) {
//alert('setTable(' + new_table + ')');