[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_5-19915-g1a3fe62

Marc Delisle lem9 at users.sourceforge.net
Mon Sep 26 00:52:50 CEST 2011


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


- Log -----------------------------------------------------------------
commit 1a3fe624940d9101adab7fda1ad05b35f5631f20
Author: Marc Delisle <marc at infomarc.info>
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




More information about the Git mailing list