The branch, master has been updated
       via  1a3fe624940d9101adab7fda1ad05b35f5631f20 (commit)
      from  60dcbaceca9a2af163d1557045b7315e4736f37e (commit)


- Log -----------------------------------------------------------------
commit 1a3fe624940d9101adab7fda1ad05b35f5631f20
Author: Marc Delisle <[email protected]>
Date:   Sun Sep 25 18:52:39 2011 -0400

    Undefined index

-----------------------------------------------------------------------

Summary of changes:
 pmd_general.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pmd_general.php b/pmd_general.php
index b455281..4a8c27a 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -795,7 +795,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); 
$i++) {
 </table>
 
 <?php
-if ($_REQUEST['query']) {
+if (! empty($_REQUEST['query'])) {
     echo '<div class="panel">';
     echo '<div style="clear:both;"></div>';
     echo '<div id="ab"></div>';


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to