From ce268e86dbd2ebc6c5d374ec6e15103aa72ceef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 16 Oct 2001 09:27:34 +0000 Subject: [PATCH] cosmetic changes --- user_details.php3 | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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 ?> -