[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-355-g3e3f5f6

Marc Delisle lem9 at users.sourceforge.net
Wed Feb 16 18:40:18 CET 2011


The branch, master has been updated
       via  3e3f5f64fb36bba7e924374f1a386d96ba7e67f5 (commit)
      from  e6a6883798b76581f76e2d8bff57fd4fdec6c944 (commit)


- Log -----------------------------------------------------------------
commit 3e3f5f64fb36bba7e924374f1a386d96ba7e67f5
Author: Marc Delisle <marc at infomarc.info>
Date:   Wed Feb 16 12:40:02 2011 -0500

    Link is too near the rest of the text

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

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

diff --git a/querywindow.php b/querywindow.php
index 86af6c0..0b92ad8 100644
--- a/querywindow.php
+++ b/querywindow.php
@@ -115,10 +115,10 @@ if ($GLOBALS['cfg']['PropertiesIconic']) {
         . '" />';
 
     if ('both' === $GLOBALS['cfg']['PropertiesIconic']) {
-        $titles['Change'] .= __('Change');
+        $titles['Change'] .= __('Change') . ' ';
     }
 } else {
-    $titles['Change'] = __('Change');
+    $titles['Change'] = __('Change') . ' ';
 }
 
 $url_query = PMA_generate_common_url($db, $table);


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list