strRevokeMessage

This commit is contained in:
Marc Delisle
2001-11-07 18:15:56 +00:00
parent c606d305cc
commit cf1560b4c3
31 changed files with 31 additions and 30 deletions

View File

@@ -113,7 +113,7 @@ function table_grants(&$host_db_result, $dbcheck = FALSE) {
$revoke_url = 'sql.php3'
. '?' . $url_query
. '&sql_query=' . urlencode('REVOKE ' . $priv . ' ON ' . backquote($db) . '.' . backquote($table) . ' FROM \'' . $row['User'] . '\'@\'' . $row['Host'] . '\'')
. '&amp;zero_rows=' . urlencode($GLOBALS['strRevokeMessage'] . ' <span style="color: #002E80">' . $row['User'] . '@' . $row['Host'] . '</span>')
. '&amp;zero_rows=' . urlencode(sprintf($GLOBALS['strRevokeMessage'], ' <span style="color: #002E80">' . $row['User'] . '@' . $row['Host'] . '</span>'))
. '&amp;goto=user_details.php3';
if ($grantopt) {
$revoke_grant_url = 'sql.php3'