bug #1673599 [core] Call to undefined function PMA_isSuperuser()

This commit is contained in:
Marc Delisle
2007-03-12 16:49:51 +00:00
parent 2b54018416
commit 177d054d2a
2 changed files with 2 additions and 1 deletions

View File

@@ -271,7 +271,7 @@ function insertQuery() {
function open_querywindow( url ) {
if ( ! url ) {
url = 'querywindow.php?' + encodeURIComponent(common_query) + '&db=' + encodeURIComponent(db) + '&table=' + encodeURIComponent(table);
url = 'querywindow.php?' + common_query + '&db=' + encodeURIComponent(db) + '&table=' + encodeURIComponent(table);
}
if (!querywindow.closed && querywindow.location) {