The branch, QA_3_3 has been updated via 2d7cbdfc4d6ad9066dad49918ed710f872e59020 (commit) from 8c34269e520aaba4ddbba25e938d5338db4eed7d (commit)
- Log ----------------------------------------------------------------- commit 2d7cbdfc4d6ad9066dad49918ed710f872e59020 Author: Dieter Adriaenssens ruleant@users.sourceforge.net Date: Thu Oct 7 21:15:40 2010 +0200
parameter is already added to url
-----------------------------------------------------------------------
Summary of changes: libraries/db_events.inc.php | 5 ----- libraries/db_routines.inc.php | 5 ----- 2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/libraries/db_events.inc.php b/libraries/db_events.inc.php index 64298ec..d386170 100644 --- a/libraries/db_events.inc.php +++ b/libraries/db_events.inc.php @@ -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) { diff --git a/libraries/db_routines.inc.php b/libraries/db_routines.inc.php index 96da080..f912ae0 100644 --- a/libraries/db_routines.inc.php +++ b/libraries/db_routines.inc.php @@ -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) {
hooks/post-receive