bug 868996
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2003-12-30 Michal Cihar <happynewyer@cihar.com>
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
* lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
|
* lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
|
||||||
|
@@ -362,7 +362,6 @@ else {
|
|||||||
$formated_size = ' - ';
|
$formated_size = ' - ';
|
||||||
$unit = '';
|
$unit = '';
|
||||||
}
|
}
|
||||||
print_r($sts_data);
|
|
||||||
$sum_entries += $sts_data['Rows'];
|
$sum_entries += $sts_data['Rows'];
|
||||||
$display_rows = number_format($sts_data['Rows'], 0, $number_decimal_separator, $number_thousands_separator);
|
$display_rows = number_format($sts_data['Rows'], 0, $number_decimal_separator, $number_thousands_separator);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user