* db_details.php3: feature request #451138: display # of tables,
* left.php3: added display of # of tables, for a better overview * config.php3, lib.inc.php3, docs: feature request #451137:
This commit is contained in:
@@ -200,7 +200,8 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) {
|
||||
?>
|
||||
<tr bgcolor="<?php echo $cfgThBgcolor; ?>">
|
||||
<td colspan="7" align="center">
|
||||
<?php echo $strSum . "\n"; ?>
|
||||
<?php echo $strSum . "\n"; ?>
|
||||
<b>( <?php echo $num_tables . " " . $strTables; ?>)</b>
|
||||
</td>
|
||||
<td align="right" nowrap="nowrap">
|
||||
<?php echo number_format($sum_entries, 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>
|
||||
|
Reference in New Issue
Block a user