From cebf80da37c16c0d41b7b8b8de6eb671189c6886 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 28 Dec 2012 07:13:47 -0500 Subject: [PATCH] Put back previous code that uses the content of DefaultTabDatabase --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index fa1d3e5f87..5710ae1982 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3312,7 +3312,7 @@ AJAX.registerOnload('functions.js', function() { PMA_reloadNavigation(); PMA_commonParams.set('table', ''); PMA_commonActions.refreshMain( - 'db_structure.php', + PMA_commonParams.get('opendb_url'), function () { PMA_ajaxShowMessage(data.message); }