From 424915dd7e4f07f42a92529207a250827da9c74f Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 23 Jun 2003 18:11:43 +0000 Subject: [PATCH] die, spam, die! --- ChangeLog | 1 + Documentation.html | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55cc23e0d..98ac7db21 100755 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,7 @@ $Source$ files for incomplete arrays ($byteUnits, $day_of_week and $month). * libraries/common.lib.php3: Security fix against bad JS code. * translators.html: Removed Loïc from list; he is inactive at the moment. + * Documentation.html: Changed my email address. 2003-06-22 Robin Johnson * scripts/updatedocs.sh: diff --git a/Documentation.html b/Documentation.html index f5cc4ccf2..fdf1c67f8 100755 --- a/Documentation.html +++ b/Documentation.html @@ -643,8 +643,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' (see FAQ 6.7)
  • - in edit/insert mode, display a drop-down list of possible - foreign keys (key value and "display field" are + in edit/insert mode, display a drop-down list of possible + foreign keys (key value and "display field" are shown)
    (see FAQ 6.21)
  • @@ -3228,11 +3228,11 @@ To create a new, empty mimetype please see libraries/transformations/template_ge

    [6.20] In MySQL 4, I see a lot of databases which are not mine, and cannot - access them. + access them.

    Upgrading to MySQL 4 usually gives users a global privilege: CREATE - TEMPORARY TABLES. This privilege also enables users to see all the + TEMPORARY TABLES. This privilege also enables users to see all the database names. See this bug report.

    So if your users do not need this privilege, you can remove it and their databases list will shorten. @@ -3245,7 +3245,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge You have to setup appropriate links between the tables, and also setup the "display field" in the foreign table. See FAQ 6.6 for an example. Then, if there are 200 values or less in the - foreign table, a drop-down list of values will be available. + foreign table, a drop-down list of values will be available.


    [7. phpMyAdmin project]

    @@ -3450,10 +3450,10 @@ CREDITS, in chronological order * main author of the version 2.1.0.1 * bugfixes -- Alexander M. Turek <rabus_at_bugfixes.info> +- Alexander M. Turek <derrabus_at_gmx.de> * XML exports * MySQL 4 related features - * various small features and fixes + * various features and fixes * German language file updates - Mike Beck <mike.beck_at_ibmiller.de>