Modified the way the tables' number is displayed
This commit is contained in:
@@ -199,9 +199,11 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) {
|
||||
echo "\n";
|
||||
?>
|
||||
<tr bgcolor="<?php echo $cfgThBgcolor; ?>">
|
||||
<td colspan="7" align="center">
|
||||
<?php echo $strSum . "\n"; ?>
|
||||
<b>( <?php echo $num_tables . ' ' . $strTables; ?> )</b>
|
||||
<td align="center">
|
||||
<?php echo sprintf($strTables, number_format($num_tables, 0, $number_decimal_separator, $number_thousands_separator)) . "\n"; ?>
|
||||
</td>
|
||||
<td colspan="6" align="center">
|
||||
<?php echo $strSum . "\n"; ?>
|
||||
</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