From 609d3e66a1fe428b48d82803e0f5b479790975e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 19 Jan 2002 19:07:53 +0000 Subject: [PATCH] removed trailing whitespaces --- ChangeLog | 3 ++- Documentation.html | 57 +++++++++++++++++++++++----------------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0cdb80b6b..d1b189152 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,8 @@ $Id$ $Source$ 2002-01-19 Loïc Chapeaux - * lang/*; libraries/common.lib.php3: removed trailing whitespaces. + * lang/*; libraries/common.lib.php3; Documentation.html: removed + trailing whitespaces. * tbl_change.php3: - beautify javascript code; - line 363: fixed a js bug. diff --git a/Documentation.html b/Documentation.html index 14828294b..bc1e0d350 100755 --- a/Documentation.html +++ b/Documentation.html @@ -212,11 +212,11 @@

Quick Install:

  1. Untar or unzip the distribution (be sure to unzip the subdirectories): - tar xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's + tar xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's document root.
  2. Open the file config.inc.php3 in your favourite editor and change - the values for host, user, password and authentication mode - to fit your environment. + the values for host, user, password and authentication mode to fit + your environment. Also insert the correct value for $cfgPmaAbsoluteUri. Have a look at Configuration section for an @@ -548,18 +548,18 @@
    $cfgServerDefault integer
    If you have more than one server configured, you can set - $cfgServerDefault to any one of them to autoconnect to that server when - phpMyAdmin is started, or set it to 0 to be given a list of servers - without logging in.
    + $cfgServerDefault to any one of them to autoconnect to that + server when phpMyAdmin is started, or set it to 0 to be given a list of + servers without logging in.
    If you have only one server configured, $cfgServerDefault MUST be set to that server.

    -
    $cfgLeftFrameLight boolean
    +
    $cfgLeftFrameLight boolean
    - Defines whether to use select-based menu and display only the - current tables in the left frame (smaller page). + Defines whether to use select-based menu and display only the current + tables in the left frame (smaller page).

    @@ -990,22 +990,21 @@

    - I get an 'open_basedir restriction' while uploading a file from the - query box. + I get an 'open_basedir restriction' while uploading a file from the + query box.
    Since version 2.2.4, phpMyAdmin supports servers with open_basedir - restrictions. Assuming that the restriction allows you to open files - in the current directory ('.'), all you have to do is create a 'tmp' - directory under the phpMyAdmin install directory, with permissions 777 - and the same owner as the owner of your phpMyAdmin directory. The - uploaded files will be moved there, and after execution of your SQL - commands, removed. + restrictions. Assuming that the restriction allows you to open files in the + current directory ('.'), all you have to do is create a 'tmp' directory + under the phpMyAdmin install directory, with permissions 777 and the same + owner as the owner of your phpMyAdmin directory. The uploaded files will + be moved there, and after execution of your SQL commands, removed.

    - I have lost my MySQL root password, what can I do? + I have lost my MySQL root password, what can I do?
    - The MySql manual explains how to + The MySql manual explains how to reset the permissions.

    @@ -1203,17 +1202,17 @@

    - In Internet Explorer 5.0, I get Javascript errors when browsing - my rows. + In Internet Explorer 5.0, I get Javascript errors when browsing my + rows.
    Upgrade to at least Internet Explorer 5.5SP2.

    - In Internet Explorer 5.0, 5.5 or 6.0, I cannot modify a row in a - table with many fields. + In Internet Explorer 5.0, 5.5 or 6.0, I cannot modify a row in a table + with many fields.
    - Your table does not have a primary key, so we must use a long URL to + Your table does not have a primary key, so we must use a long URL to identify this row. There is a limit on the lenght of the URL in those browsers, and this not happen in Netscape, for example. The workaround is to create a primary key, or use another browser.
    @@ -1227,8 +1226,8 @@

    - With Mozilla 0.9.7 I have problems sending a query modified in - the query box. + With Mozilla 0.9.7 I have problems sending a query modified in the query + box.
    Looks like a Mozilla bug: 0.9.6 was ok. We will keep an eye on future Mozilla versions.
    @@ -1253,7 +1252,7 @@

    When I create a table, I click the Index checkbox for 2 fields and - phpMyAdmin generates only one index with those 2 fields. + phpMyAdmin generates only one index with those 2 fields.
    In phpMyAdmin 2.2.0 and 2.2.1, this is the way to create a multi-fields index. If you want two indexes, create the first one when creating the @@ -1265,8 +1264,8 @@ How can I insert a null value into my table?
    Since version 2.2.3, you have a checkbox for each field that can be null. - Before 2.2.3, you had to enter "null", without the quotes, - as the field's value. + Before 2.2.3, you had to enter "null", without the quotes, as the + field's value.

    [phpMyAdmin project]