explanation, thanks Sebastian

This commit is contained in:
Marc Delisle
2007-03-01 19:54:51 +00:00
parent 18853eece6
commit 4f9477eb92

View File

@@ -262,8 +262,8 @@ $sections = array(
// variable or section name => (name => url)
$links = array();
// for some reason, the $PHP_SELF globalized by grab_globals is not
// available here when register_globals = Off
// because of PMA_NO_VARIABLES_IMPORT, the $PHP_SELF globalized by
// grab_globals is not available here when register_globals = Off
$links['table'][$strFlushTables]
= $_SERVER['PHP_SELF'] . '?flush=TABLES&' . PMA_generate_common_url();
$links['table'][$strShowOpenTables]