The branch, master has been updated
       via  99e979b373f85a10988018cbe0dd320640510489 (commit)
      from  9a0593ab2b76889665ceefa75214b37fc506bf8d (commit)


- Log -----------------------------------------------------------------
commit 99e979b373f85a10988018cbe0dd320640510489
Author: Michal Čihař <[email protected]>
Date:   Fri Aug 19 13:18:51 2011 +0200

    Fix typo

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

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 3cf33df..89a6d5c 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -239,7 +239,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); 
$i++) {
 </thead>
 <tbody id="id_tbody_<?php echo $t_n_url ?>"
     <?php
-    if ( isset($tab_pos[$t_n]) && empty($tab_pos[$t_n]["V"]) {
+    if (isset($tab_pos[$t_n]) && empty($tab_pos[$t_n]["V"])) {
         echo 'style="display: none;"';
     }?>>
     <?php


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to