cosmetic change

This commit is contained in:
Loïc Chapeaux
2001-10-04 22:28:29 +00:00
parent 2b4887ac5a
commit 8b9642b962
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ $Source$
"g-doggie" <penumbradesign at hotmail.com> & "g-doggie" <penumbradesign at hotmail.com> &
"Ladonna G." <gladonna at oconnorschurchgoods.com>; "Ladonna G." <gladonna at oconnorschurchgoods.com>;
- lines 484-490: added the $cfgShowTooltip entry. - lines 484-490: added the $cfgShowTooltip entry.
* db_details.php3, line 294: cosmetic change.
2001-10-04 Korakot Chaovavanich <korakot@iname.com> 2001-10-04 Korakot Chaovavanich <korakot@iname.com>
* table comment(description) as tooltip (request #464084). * table comment(description) as tooltip (request #464084).

View File

@@ -74,7 +74,7 @@ if (MYSQL_INT_VERSION >= 32303) {
// Special speedup for newer MySQL Versions (in 4.0 format changed) // Special speedup for newer MySQL Versions (in 4.0 format changed)
if ($cfgSkipLockedTables == TRUE && MYSQL_INT_VERSION >= 32330) { if ($cfgSkipLockedTables == TRUE && MYSQL_INT_VERSION >= 32330) {
$local_query = 'SHOW OPEN TABLES FROM ' . backquote($db); $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 // Blending out tables in use
if ($result != FALSE && mysql_num_rows($result) > 0) { if ($result != FALSE && mysql_num_rows($result) > 0) {
while ($tmp = mysql_fetch_row($result)) { while ($tmp = mysql_fetch_row($result)) {
@@ -291,7 +291,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
?> ?>
<tr> <tr>
<td></td> <td></td>
<th align="center"> <th align="center" nowrap="nowrap">
&nbsp;<b><?php echo sprintf($strTables, number_format($num_tables, 0, $number_decimal_separator, $number_thousands_separator)); ?></b>&nbsp; &nbsp;<b><?php echo sprintf($strTables, number_format($num_tables, 0, $number_decimal_separator, $number_thousands_separator)); ?></b>&nbsp;
</th> </th>
<th colspan="6" align="center"> <th colspan="6" align="center">