[Phpmyadmin-devel] zoom-search and redirection

Marc Delisle marc at infomarc.info
Thu Jul 21 16:20:33 CEST 2011


Le 2011-07-21 07:54, Ammar Yasir a écrit :
> Hi,
> I missed out on one more issue to be fixed, if we refresh the zoom-search
> page at any stage it just shows two panels with table names and blank page
> on the right frame. I wanted a refresh to take us back to the tbl_search
> page, like we have clicked the search tab on the maintabs. I have almost the
> same code as tbl_select page, $goto is taken from '$goto =
> $GLOBALS['cfg']['DefaultTabTable']' , why is it going wrong?

Here is the fix:

diff --git a/libraries/common.inc.php b/libraries/common.inc.php
index 1abe885..173a6a0 100644
--- a/libraries/common.inc.php
+++ b/libraries/common.inc.php
@@ -413,6 +413,7 @@ $goto_whitelist = array(
     'tbl_replace.php',
     'tbl_row_action.php',
     'tbl_select.php',
+    'tbl_zoom_select.php',
     //'themes.php',
     'transformation_overview.php',
     'transformation_wrapper.php',

-- 
Marc Delisle
http://infomarc.info




More information about the Developers mailing list