Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2011-06-14 18:51:25 +0400
committerRouslan Placella <rouslan@placella.com>2011-06-14 18:51:25 +0400
commit58c4ab431f33585e0006b79a38edf9fd0d855071 (patch)
treeaaa24ecb05df20b8ccd040641e035d53c3541122 /db_routines.php
parent279ef37298727ace79dc8cce58ef4df98f14bc66 (diff)
Fixed bug where with JS disabled sql.php did not redirect the user back to list of routines after a DROP operation.
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/db_routines.php b/db_routines.php
index 48bb3cf694..96ae8872bb 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -41,8 +41,6 @@ if ($GLOBALS['is_ajax_request'] != true) {
* Process all requests
*/
-// $url_query .= '&amp;goto=db_routines.php' . rawurlencode("?db=$db"); // FIXME
-
// Some definitions
$param_directions = array('IN',
'OUT',