From 6b102058d0931a0c571c4887b192c11535f328d9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 2 Sep 2002 19:34:51 +0000 Subject: [PATCH] repair table in db view --- ChangeLog | 5 +++++ db_details_structure.php3 | 2 ++ mult_submits.inc.php3 | 17 +++++++++++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) 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"; ?>