From 8b9642b9628fbb9debf64b728f17d14c5c8cc40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 4 Oct 2001 22:28:29 +0000 Subject: [PATCH] cosmetic change --- ChangeLog | 1 + db_details.php3 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c30aa331..5a866dc07 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $Source$ "g-doggie" & "Ladonna G." ; - lines 484-490: added the $cfgShowTooltip entry. + * db_details.php3, line 294: cosmetic change. 2001-10-04 Korakot Chaovavanich * table comment(description) as tooltip (request #464084). diff --git a/db_details.php3 b/db_details.php3 index 3107cf0f6..c9e662cfb 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -74,7 +74,7 @@ if (MYSQL_INT_VERSION >= 32303) { // Special speedup for newer MySQL Versions (in 4.0 format changed) if ($cfgSkipLockedTables == TRUE && MYSQL_INT_VERSION >= 32330) { $local_query = 'SHOW OPEN TABLES FROM ' . backquote($db); - $result = mysql_query($local_query) or mysql_die('', $local_query, '', $err_url_0); + $result = mysql_query($local_query) or mysql_die('', $local_query, '', $err_url_0); // Blending out tables in use if ($result != FALSE && mysql_num_rows($result) > 0) { while ($tmp = mysql_fetch_row($result)) { @@ -291,7 +291,7 @@ else if (MYSQL_INT_VERSION >= 32300) { ?> - +