add sub-message
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2001-12-23 Marc Delisle <lem9@users.sourceforge.net>
|
2001-12-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* links to new short doc pages are now completed
|
* links to new short doc pages are now completed
|
||||||
* updates to lang/italian.inc.php3, thanks to Pietro Danesi
|
* updates to lang/italian.inc.php3, thanks to Pietro Danesi
|
||||||
|
* user_details.php3: missing message "Remember reload..."
|
||||||
|
|
||||||
2001-12-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-12-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* tbl_select.php3, lines 202-206: fixed bug #472728 - Many fields / IE 5.5
|
* tbl_select.php3, lines 202-206: fixed bug #472728 - Many fields / IE 5.5
|
||||||
|
@@ -118,13 +118,13 @@ function PMA_tableGrants(&$host_db_result, $dbcheck = FALSE) {
|
|||||||
$revoke_url = 'sql.php3'
|
$revoke_url = 'sql.php3'
|
||||||
. '?' . $url_query
|
. '?' . $url_query
|
||||||
. '&sql_query=' . urlencode('REVOKE ' . $priv . ' ON ' . PMA_backquote($db) . '.' . PMA_backquote($table) . ' FROM \'' . $row['User'] . '\'@\'' . $row['Host'] . '\'')
|
. '&sql_query=' . urlencode('REVOKE ' . $priv . ' ON ' . PMA_backquote($db) . '.' . PMA_backquote($table) . ' FROM \'' . $row['User'] . '\'@\'' . $row['Host'] . '\'')
|
||||||
. '&zero_rows=' . urlencode(sprintf($GLOBALS['strRevokeMessage'], ' <span style="color: #002E80">' . $row['User'] . '@' . $row['Host'] . '</span>'))
|
. '&zero_rows=' . urlencode(sprintf($GLOBALS['strRevokeMessage'], ' <span style="color: #002E80">' . $row['User'] . '@' . $row['Host'] . '</span>'). '<br />' . $GLOBALS['strRememberReload'])
|
||||||
. '&goto=user_details.php3';
|
. '&goto=user_details.php3';
|
||||||
if ($grantopt) {
|
if ($grantopt) {
|
||||||
$revoke_grant_url = 'sql.php3'
|
$revoke_grant_url = 'sql.php3'
|
||||||
. '?' . $url_query
|
. '?' . $url_query
|
||||||
. '&sql_query=' . urlencode('REVOKE GRANT OPTION ON ' . PMA_backquote($db) . '.' . PMA_backquote($table) . ' FROM \'' . $row['User'] . '\'@\'' . $row['Host'] . '\'')
|
. '&sql_query=' . urlencode('REVOKE GRANT OPTION ON ' . PMA_backquote($db) . '.' . PMA_backquote($table) . ' FROM \'' . $row['User'] . '\'@\'' . $row['Host'] . '\'')
|
||||||
. '&zero_rows=' . urlencode(sprintf($GLOBALS['strRevokeGrantMessage'], ' <span style="color: #002E80">' . $row['User'] . '@' . $row['Host'] . '</span>'))
|
. '&zero_rows=' . urlencode(sprintf($GLOBALS['strRevokeGrantMessage'], ' <span style="color: #002E80">' . $row['User'] . '@' . $row['Host'] . '</span>'). '<br />' . $GLOBALS['strRememberReload'])
|
||||||
. '&goto=user_details.php3';
|
. '&goto=user_details.php3';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user