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

This commit is contained in:
Marc Delisle
2007-03-12 16:48:01 +00:00
parent 700bb66f3e
commit 4d76163419
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ $HeadURL$
- bug #1671403 [parser] using "client" as table name
- bug #1672379 [core] Call to undefined function PMA_removeCookie()
. [general] use PMA_getenv('PHP_SELF')
- bug #1673599 [core] Call to undefined function PMA_isSuperuser()
2.10.0.2 (2007-03-02)
=====================

View File

@@ -247,7 +247,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) {