[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15877-g6798144

Michal Čihař nijel at users.sourceforge.net
Fri Aug 19 12:11:45 CEST 2011


The branch, master has been updated
       via  679814416f4842f8e0e189c054772edf2d20ddef (commit)
      from  282e730985a24e5b03b5b8195ef93ac98aee7274 (commit)


- Log -----------------------------------------------------------------
commit 679814416f4842f8e0e189c054772edf2d20ddef
Author: Michal Čihař <michal at cihar.com>
Date:   Fri Aug 19 12:11:31 2011 +0200

    Format

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

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

diff --git a/server_privileges.php b/server_privileges.php
index 78e4f06..a1b7acb 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -2353,7 +2353,9 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
                    . '            ' . ($current['Grant_priv'] == 'Y' ? __('Yes') : __('No')) . "\n"
                    . '        </td>' . "\n"
                    . '        <td>' . "\n";
-                $user_form .= sprintf($link_edit, urlencode($current_user),
+                $user_form .= sprintf(
+                    $link_edit,
+                    urlencode($current_user),
                     urlencode($current_host),
                     urlencode(! isset($current['Db']) || $current['Db'] == '*' ? '' : $current['Db']),
                     '');


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list