From 38c75bd2d824863aebb00a28edbbcca487d8654f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 29 Aug 2001 08:36:11 +0000 Subject: [PATCH] the script to returns to was hard coded --- tbl_select.php3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tbl_select.php3 b/tbl_select.php3 index 5d8a43125..2990e1f9e 100755 --- a/tbl_select.php3 +++ b/tbl_select.php3 @@ -32,6 +32,7 @@ if (!isset($param) || $param[0] == '') { +        :
      @@ -177,7 +178,7 @@ else { . '&sql_query=' . urlencode($sql_query) . '&pos=0' . '&sessionMaxRows=' . $sessionMaxRows - . '&goto=db_details.php3'; + . '&goto='. $goto; header('Location: ' . $cfgPmaAbsoluteUri . 'sql.php3?' . $url_query); }