diff --git a/ChangeLog b/ChangeLog index e3ae051fe..c10724776 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-09-02 Marc Delisle + * db_details_structure.php3, mult_submits.inc.php3: Patch 582904: + add REPAIR TABLE choice in drop-down of db view, thanks to + Cal Henderson (iamcal) + 2002-09-01 Loïc Chapeaux * libraries/auth/cookie.auth.lib.php3: bug 601721 (cookie and IIS) diff --git a/db_details_structure.php3 b/db_details_structure.php3 index 487da3a81..6e6b60554 100644 --- a/db_details_structure.php3 +++ b/db_details_structure.php3 @@ -290,6 +290,8 @@ else if (PMA_MYSQL_INT_VERSION >= 32303) { . $strPrintView . '' . "\n"; echo ' ' . "\n"; + echo ' ' . "\n"; ?>