parameter is already added to url

This commit is contained in:
Dieter Adriaenssens
2010-10-07 21:15:40 +02:00
parent 8c34269e52
commit 2d7cbdfc4d
2 changed files with 0 additions and 10 deletions

View File

@@ -9,11 +9,6 @@ if (! defined('PHPMYADMIN')) {
exit;
}
/**
* Append goto to ulr_query.
*/
$url_query .= '&goto=db_structure.php';
$events = PMA_DBI_fetch_result('SELECT EVENT_NAME, EVENT_TYPE FROM information_schema.EVENTS WHERE EVENT_SCHEMA= \'' . PMA_sqlAddslashes($db,true) . '\';');
if ($events) {

View File

@@ -19,11 +19,6 @@ if (! defined('PHPMYADMIN')) {
exit;
}
/**
* Append goto to ulr_query.
*/
$url_query .= '&goto=db_structure.php';
$routines = PMA_DBI_fetch_result('SELECT SPECIFIC_NAME,ROUTINE_NAME,ROUTINE_TYPE,DTD_IDENTIFIER FROM information_schema.ROUTINES WHERE ROUTINE_SCHEMA= \'' . PMA_sqlAddslashes($db,true) . '\';');
if ($routines) {