Fixed wrong destination page on "Drop Routine" action
This commit is contained in:
parent
e16bd0bb79
commit
39b0f4d34b
@ -188,7 +188,7 @@ function PMA_RTN_getRowForList($routine, $rowclass = '')
|
||||
. ' href="sql.php?'
|
||||
. $url_query
|
||||
. '&sql_query=' . urlencode($sql_drop)
|
||||
. '&goto=db_events.php' . urlencode("?db={$db}")
|
||||
. '&goto=db_routines.php' . urlencode("?db={$db}")
|
||||
. '" >' . $titles['Drop'] . "</a>\n";
|
||||
} else {
|
||||
$retval .= " {$titles['NoDrop']}\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user