From d00071a6ca976dc7122436772364df83c027e6da Mon Sep 17 00:00:00 2001
From: "Alexander M. Turek"
Date: Wed, 20 Nov 2002 20:13:20 +0000
Subject: [PATCH] typos
---
ChangeLog | 1 +
Documentation.html | 12 ++++++------
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b57514b97..f76c51d66 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@ $Source$
* lang/catalan-*.inc.php3, lang/spanish-*.inc.php3: Updates, thanks to
Xavier Navarro.
* lang/dutch-*.inc.php3: Updates, thanks to Ivo Teel.
+ * Documentation.html: Fixed typos.
2002-11-19 Alexander M. Turek
* db_create.php3, db_datadict.php3, db_details.php3, db_details_export.php3,
diff --git a/Documentation.html b/Documentation.html
index 1151f84a2..8bc00dfea 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -1592,7 +1592,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
This is a known problem with the php ISAPI filter: it's not so stable. For
some more information and complete testings see the messages posted by
- André B. aka "djdeluxe76" in
+ André B. aka "djdeluxe76" in
this thread
from the phpWizard forum.
Please use instead the cookie authentication mode.
@@ -1830,12 +1830,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
[1.25] I am running Apache with mod_gzip-1.3.26.1a on Windows XP,
and I get problems, such as undefined variables when I run a SQL query.
- A tip from Jose Fandos: put a comment on the following two lines
+ A tip from Jose Fandos: put a comment on the following two lines
in httpd.conf, like this:
# mod_gzip_item_include file \.php$
# mod_gzip_item_include mime "application/x-httpd-php.*"
as this version of mod_gzip on Apache (Windows) has problems handling
- php scripts. Of course you have to restart Apache.
+ php scripts. Of course you have to restart Apache.
@@ -2276,14 +2276,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
) TYPE=MyISAM;
INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');
- INSERT INTO REL_towns VALUES ('M', 'Montréal');
+ INSERT INTO REL_towns VALUES ('M', 'Montréal');
To setup appropriate links and display information:
- on table "REL_persons" click Structure, then Relation view
- - in Links, for "town_code" choose "REL_towns->code"
- - in Links, for "country_code" choose "REL_countries->country_code"
+ - in Links, for "town_code" choose "REL_towns->code"
+ - in Links, for "country_code" choose "REL_countries->country_code"
- on table "REL_towns" click Structure, then Relation view
- in "Choose field to display", choose "description"
- repeat the two previous steps for table "REL_countries"