bug #1673599 [core] Call to undefined function PMA_isSuperuser()
This commit is contained in:
@@ -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)
|
||||
=====================
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user