[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12841-g98cff52

Michal Čihař nijel at users.sourceforge.net
Tue Aug 2 15:55:13 CEST 2011


The branch, master has been updated
       via  98cff52cf8d2022eea50eb62e239b4be6787c737 (commit)
      from  3769b849aa6a72f8816cf6bc2cacbff506a2fe85 (commit)


- Log -----------------------------------------------------------------
commit 98cff52cf8d2022eea50eb62e239b4be6787c737
Author: Michal Čihař <mcihar at suse.cz>
Date:   Tue Aug 2 15:54:52 2011 +0200

    Fix indentation in few places

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

Summary of changes:
 libraries/sqlparser.lib.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libraries/sqlparser.lib.php b/libraries/sqlparser.lib.php
index fa77136..b7b0455 100644
--- a/libraries/sqlparser.lib.php
+++ b/libraries/sqlparser.lib.php
@@ -2629,12 +2629,12 @@ if (! defined('PMA_MINIMUM_COMMON')) {
                     break;
             } // end switch ($typearr[2])
 
-/*
+            /*
             if ($typearr[3] != 'punct_qualifier') {
                 $after             .= ' ';
             }
             $after                 .= "\n";
-*/
+            */
             $str .= $before;
             if ($mode=='color') {
                 $str .= PMA_SQP_formatHTML_colorize($arr[$i]);
@@ -2650,7 +2650,7 @@ if (! defined('PMA_MINIMUM_COMMON')) {
             $indent--;
             $str .= ($mode != 'query_only' ? '</div>' : ' ');
         }
-       /* End possibly unclosed documentation link */
+        /* End possibly unclosed documentation link */
         if ($close_docu_link) {
             $str .= '</a>';
             $close_docu_link = false;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list