remove deprecated parameter of PMA_Table::countRecords()

This commit is contained in:
Marc Delisle
2009-10-23 10:02:09 +00:00
parent 5211a88350
commit 1419fcf3c2
9 changed files with 15 additions and 33 deletions

View File

@@ -802,7 +802,7 @@ if (isset($Field) && count($Field) > 0) {
$checked_tables = $col_cand;
foreach ($col_cand as $tab) {
if ($checked_tables[$tab] != 1) {
$tsize[$tab] = PMA_Table::countRecords($db, $tab, true, false);
$tsize[$tab] = PMA_Table::countRecords($db, $tab, false);
$checked_tables[$tab] = 1;
}
$csize[$tab] = $tsize[$tab];