diff --git a/ChangeLog b/ChangeLog index 9a40a9f27..ea4519e64 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ $Source$ * lang/german.inc.php3: updated thanks to Alexander M. Turek. * db_details.php3; tbl_properties.php3: tried to fix bug #494564 - No Sql Query! (2 MB). + * tbl_properties.php3; lines 806-917: removed the link for the "import + dump" feature if file upload is disabled. 2002-02-09 Marc Delisle * main.php3, libraries/auth/cookie.auth.lib.php3, Patch diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 7f99c1915..15451556f 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -802,12 +802,18 @@ if (PMA_MYSQL_INT_VERSION >= 32334) { +// loic1: displays import dump feature only if file upload available +if ($is_upload) { + ?>
  • +