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

@@ -31,6 +31,7 @@ $HeadURL$
- bug [core] undefined variable in libraries/tbl_replace_fields.inc.php
- bug [gui] query window icon did not work, thanks to Jürgen Wind - windkiel
. [general] use PMA_getenv('PHP_SELF')
- bug #1673599 [core] Call to undefined function PMA_isSuperuser()
2.10.0.2 (2007-03-02)
=====================

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) {