bug 868996

This commit is contained in:
Marc Delisle
2004-01-02 12:01:44 +00:00
parent 0df02e7ee4
commit 491cef6d72
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-01-02 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: bug 868996, debug code still in place,
thanks to Matthias Fichtner (mfichtner)
2003-12-30 Michal Cihar <happynewyer@cihar.com>
* lang/czech: Updated.
* lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.

View File

@@ -362,7 +362,6 @@ else {
$formated_size = '&nbsp;-&nbsp;';
$unit = '';
}
print_r($sts_data);
$sum_entries += $sts_data['Rows'];
$display_rows = number_format($sts_data['Rows'], 0, $number_decimal_separator, $number_thousands_separator);
}