[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15888-g99e979b

Michal Čihař nijel at users.sourceforge.net
Fri Aug 19 13:19:04 CEST 2011


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


- Log -----------------------------------------------------------------
commit 99e979b373f85a10988018cbe0dd320640510489
Author: Michal Čihař <michal at cihar.com>
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




More information about the Git mailing list