This condition `$GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault']` is returning false. In my case both the values are 1. What is the difference between both variables ?On Wed, Jun 14, 2017 at 11:48 PM, Manish Bisht <manish.bisht490@gmail.com> wrote:Seems like the following condition is broken.if (isset($GLOBALS['server'])
&& $GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault' ]
&& ! isset($params['server'])
&& ! defined('PMA_SETUP')
) {
$params['server'] = $GLOBALS['server'];
}
On Wed, Jun 14, 2017 at 11:35 PM, Manish Bisht <manish.bisht490@gmail.com> wrote:After applying the commit the database selection from the database seems to be broken. While playing with code got to know that the `$GLOBALS['url_query']` seems to be broken. What is the use of this variable so that I can find the mistake made ?Thanks,On Tue, Jun 13, 2017 at 10:10 PM, Manish Bisht <manish.bisht490@gmail.com> wrote:Hi,I am working on making phpmyadmin responsive. I have added the vertical scrolling on the tables on the databases, structure and browse pagesPlease have a look at it. I will be looking forward for your suggestions.Thanks,