Fixed wrong destination page on "Drop Routine" action

This commit is contained in:
Rouslan Placella 2011-08-16 12:35:43 +01:00
parent e16bd0bb79
commit 39b0f4d34b

View File

@ -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";