diff --git a/ChangeLog b/ChangeLog index 71ec1151e..908e6cbb0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2001-12-05 Marc Delisle * lang/norwegian.inc.php3 updates thanks to Sven-Erik Andersen * Documentation.html: faq entry about safe mode and uploads + * db_details.php3, tbl_printview.php3: patch 484112, + thanks to Christophe Gesché (moosh_fr at sourceforge.net) 2001-12-04 Loïc Chapeaux * config.inc.php3; Documentation.html; left.php3; diff --git a/db_details.php3 b/db_details.php3 index 76caf78e1..c6f3b9466 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -450,6 +450,27 @@ if ($num_tables > 0) {
  • + + +
    + "; + echo ""; + echo "
    "; + +// end of Add by Moosh + + ?>
  • 1) + { $multiTable = 1; + while ( list( $key, $table ) = each($lesTables)) + { echo '['.$table. ']'; + } + } + reset($lesTables); + while ( list( $key, $table ) = each($lesTables)) + { + if ($multiTable) echo '

    '.$table. '

    '; + + //end of add by Moosh /** * Gets table informations @@ -447,6 +474,20 @@ if ($cfgShowStats) { } // end if (PMA_MYSQL_INT_VERSION >= 32303 && $nonisam == FALSE) } // end if ($cfgShowStats) +//ajout Moosh + + + if ($multiTable) + { //nettoyer les valeurs + unset($ret_keys); + unset($num_rows); + unset($show_comment); + + echo '

    '; + } +} + +//fin ajout Moosh /** * Displays the footer