count_records already displays the number of records in the valid format

This commit is contained in:
Loïc Chapeaux
2001-07-10 20:59:02 +00:00
parent 64875d0075
commit e2079597e1

View File

@@ -207,7 +207,7 @@ else {
<a href="sql.php3<?php echo $query; ?>&sql_query=<?php echo urlencode("DELETE FROM $table"); ?>&zero_rows=<?php echo urlencode($strTable . ' ' . $table . ' ' . $strHasBeenEmptied); ?>"><?php echo $strEmpty; ?></a>
</td>
<td align="right">
<?php echo number_format(count_records($db, $table), 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>
<?php count_records($db, $table); echo "\n"; ?>
</td>
</tr>
<?php