The branch, master has been updated
via 5c47f19ce88fad1687f213bfd00cee0cd391acc4 (commit)
from ff10167d6db1417ebd12ce2a2dde33db4a6106f4 (commit)
- Log -----------------------------------------------------------------
commit 5c47f19ce88fad1687f213bfd00cee0cd391acc4
Author: Marc Delisle <[email protected]>
Date: Sat Jan 8 07:36:44 2011 -0500
Incorrect "Edit privileges" link generated after a user creation (AJAX)
-----------------------------------------------------------------------
Summary of changes:
server_privileges.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server_privileges.php b/server_privileges.php
index abb65cb..c650300 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -1411,7 +1411,7 @@ if( $GLOBALS['is_ajax_request'] &&
!isset($_REQUEST['export']) && !isset($_REQUE
$new_user_string .='</td>';
- $new_user_string .= '<td>'.sprintf($link_edit, urlencode($username),
urlencode($host), '', '' ).'</td>'."\n";
+ $new_user_string .= '<td>'.sprintf($link_edit, urlencode($username),
urlencode($hostname), '', '' ).'</td>'."\n";
$new_user_string .= '<td>'.sprintf($link_export, urlencode($username),
urlencode($hostname), (isset($initial) ? $initial : '')).'</td>'."\n";
$new_user_string .= '</tr>';
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web. Learn how to
best implement a security strategy that keeps consumers' information secure
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git