diff --git a/user_details.php3 b/user_details.php3 index 535a6bd62..0b1a0f6de 100644 --- a/user_details.php3 +++ b/user_details.php3 @@ -526,24 +526,30 @@ function grant_operations($grants)  :  - ' . "\n"; + echo ' ' . '' . "\n"; + echo ' ' . '' . "\n"; } - if (isset($dbgrant) && isset($tablegrant)) { + else { $result = mysql_query('SHOW COLUMNS FROM ' . backquote($dbgrant) . '.' . backquote($tablegrant)); if (@mysql_num_rows($result)) { + echo ' ' + . '' . "\n"; + echo ' ' . '' . "\n"; + } // end if... else... + echo ' ' + . '' . "\n"; + } // end if... else ?> -