From 8f7a6db11f12c50fd5436a9f6a7120d6b6027d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 10 Feb 2002 18:23:34 +0000 Subject: [PATCH] removed the link to the "import dump" feature if file upload is disabled --- ChangeLog | 2 ++ tbl_properties.php3 | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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) { + ?>
  • +