<div dir="ltr">This condition `$GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault']` is returning false.<div><br></div><div>In my case both the values are 1. What is the difference between both variables ?</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr">Manish Bisht</div><div dir="ltr">Email : <a href="mailto:hi@manishbisht.me" target="_blank">hi@manishbisht.me</a></div><div dir="ltr"><span style="font-size:12.8px">Website</span><span style="font-size:12.8px"> : </span><a href="https://manishbisht.me/" style="font-size:12.8px" target="_blank">https://manishbisht.me</a></div><div><br></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Jun 14, 2017 at 11:48 PM, Manish Bisht <span dir="ltr"><<a href="mailto:manish.bisht490@gmail.com" target="_blank">manish.bisht490@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Seems like the following condition is broken.<div><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9pt"><span style="color:rgb(0,0,128);background-color:rgb(247,250,255);font-weight:bold">if </span><span style="background-color:rgb(247,250,255)">(</span><span style="color:rgb(0,0,128);background-color:rgb(247,250,255);font-weight:bold">isset</span><span style="background-color:rgb(247,250,255)">(</span><span style="color:rgb(102,0,0);background-color:rgb(247,250,255)">$GLOBALS</span><span style="background-color:rgb(247,250,255)">[</span><span style="color:rgb(0,128,0);background-color:rgb(247,250,255);font-weight:bold">'server'</span><span style="background-color:rgb(247,250,255)">])<br></span><span style="background-color:rgb(247,250,255)">    && </span><span style="color:rgb(102,0,0);background-color:rgb(247,250,255)">$GLOBALS</span><span style="background-color:rgb(247,250,255)">[</span><span style="color:rgb(0,128,0);background-color:rgb(247,250,255);font-weight:bold">'server'</span><span style="background-color:rgb(247,250,255)">] != </span><span style="color:rgb(102,0,0);background-color:rgb(247,250,255)">$GLOBALS</span><span style="background-color:rgb(247,250,255)">[</span><span style="color:rgb(0,128,0);background-color:rgb(247,250,255);font-weight:bold">'cfg'</span><span style="background-color:rgb(247,250,255)">][</span><span style="color:rgb(0,128,0);background-color:rgb(247,250,255);font-weight:bold">'<wbr>ServerDefault'</span><span style="background-color:rgb(247,250,255)">]<br></span><span style="background-color:rgb(247,250,255)">    && ! </span><span style="color:rgb(0,0,128);background-color:rgb(247,250,255);font-weight:bold">isset</span><span style="background-color:rgb(247,250,255)">(</span><span style="color:rgb(102,0,0);background-color:rgb(247,250,255)">$params</span><span style="background-color:rgb(247,250,255)">[</span><span style="color:rgb(0,128,0);background-color:rgb(247,250,255);font-weight:bold">'server'</span><span style="background-color:rgb(247,250,255)">])<br></span><span style="background-color:rgb(247,250,255)">    && ! </span><span style="background-color:rgb(247,250,255);font-style:italic">defined</span><span style="background-color:rgb(247,250,255)">(</span><span style="color:rgb(0,128,0);background-color:rgb(247,250,255);font-weight:bold">'PMA_SETUP'</span><span style="background-color:rgb(247,250,255)">)<br></span><span style="background-color:rgb(247,250,255)">) {<br></span><span style="background-color:rgb(247,250,255)">    </span><span style="color:rgb(102,0,0);background-color:rgb(247,250,255)">$params</span><span style="background-color:rgb(247,250,255)">[</span><span style="color:rgb(0,128,0);background-color:rgb(247,250,255);font-weight:bold">'server'</span><span style="background-color:rgb(247,250,255)">] = </span><span style="color:rgb(102,0,0);background-color:rgb(247,250,255)">$GLOBALS</span><span style="background-color:rgb(247,250,255)">[</span><span style="color:rgb(0,128,0);background-color:rgb(247,250,255);font-weight:bold">'server'</span><span style="background-color:rgb(247,250,255)">];<br></span><span style="background-color:rgb(247,250,255)">}</span></pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9pt"><span style="background-color:rgb(247,250,255)"><br></span></pre></div></div><div class="gmail_extra"><span class=""><br clear="all"><div><div class="m_2819788266485116169gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr">Manish Bisht</div><div dir="ltr">Email : <a href="mailto:hi@manishbisht.me" target="_blank">hi@manishbisht.me</a></div><div dir="ltr"><span style="font-size:12.8px">Website</span><span style="font-size:12.8px"> : </span><a href="https://manishbisht.me/" style="font-size:12.8px" target="_blank">https://manishbisht.<wbr>me</a></div><div><br></div></div></div></div></div></div></div></div></div></div>
<br></span><div><div class="h5"><div class="gmail_quote">On Wed, Jun 14, 2017 at 11:35 PM, Manish Bisht <span dir="ltr"><<a href="mailto:manish.bisht490@gmail.com" target="_blank">manish.bisht490@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">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 ?<br><div><br></div><div>Thanks,</div><div><br></div></div><div class="gmail_extra"><span><br clear="all"><div><div class="m_2819788266485116169m_4235638071145057363gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr">Manish Bisht</div><div dir="ltr">Email : <a href="mailto:hi@manishbisht.me" target="_blank">hi@manishbisht.me</a></div><div dir="ltr"><span style="font-size:12.8px">Website</span><span style="font-size:12.8px"> : </span><a href="https://manishbisht.me/" style="font-size:12.8px" target="_blank">https://manishbisht.<wbr>me</a></div><div><br></div></div></div></div></div></div></div></div></div></div>
<br></span><div><div class="m_2819788266485116169h5"><div class="gmail_quote">On Tue, Jun 13, 2017 at 10:10 PM, Manish Bisht <span dir="ltr"><<a href="mailto:manish.bisht490@gmail.com" target="_blank">manish.bisht490@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px"><br></div><div><span style="font-size:12.8px">I am working on making phpmyadmin responsive. I have added the vertical scrolling on the tables on the </span>databases, structure and browse pages</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Branch: <a href="https://github.com/manishbisht/phpmyadmin/tree/responsive-design" target="_blank">https://github.com/man<wbr>ishbisht/phpmyadmin/tree/respo<wbr>nsive-design</a></div><div style="font-size:12.8px">Commit: <a href="https://github.com/manishbisht/phpmyadmin/commit/25fc52aea655989bd68a16643387b45c15a44be4" target="_blank">https://github.com/man<wbr>ishbisht/phpmyadmin/commit/25f<wbr>c52aea655989bd68a16643387b45c1<wbr>5a44be4</a></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Please have a look at it. I will be looking forward for your suggestions.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks,</div><div><br></div><div><div class="m_2819788266485116169m_4235638071145057363m_-3844143413852933801gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr">Manish Bisht</div><div dir="ltr">Email : <a href="mailto:hi@manishbisht.me" target="_blank">hi@manishbisht.me</a></div><div dir="ltr"><span style="font-size:12.8px">Website</span><span style="font-size:12.8px"> : </span><a href="https://manishbisht.me/" style="font-size:12.8px" target="_blank">https://manishbisht.<wbr>me</a></div><div><br></div></div></div></div></div></div></div></div></div></div>
</div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>