typos
This commit is contained in:
@@ -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 <rabus@users.sourceforge.net>
|
||||
* db_create.php3, db_datadict.php3, db_details.php3, db_details_export.php3,
|
||||
|
@@ -1592,7 +1592,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<br />
|
||||
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<EFBFBD> B. aka "djdeluxe76" in
|
||||
André B. aka "djdeluxe76" in
|
||||
<a href="http://www.phpwizard.net/phorum/read.php?f=1&i=6624&t=6300">this thread</a>
|
||||
from the phpWizard forum.<br />
|
||||
Please use instead the cookie authentication mode.
|
||||
@@ -1830,12 +1830,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<b>[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.</b>
|
||||
<br />
|
||||
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:<br />
|
||||
<tt># mod_gzip_item_include file \.php$</tt><br />
|
||||
<tt># mod_gzip_item_include mime "application/x-httpd-php.*"</tt><br />
|
||||
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.
|
||||
</p>
|
||||
|
||||
<a name="faqconfig"></a>
|
||||
@@ -2276,14 +2276,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
) TYPE=MyISAM;<br />
|
||||
<br />
|
||||
INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');<br />
|
||||
INSERT INTO REL_towns VALUES ('M', 'Montr<EFBFBD>al');<br />
|
||||
INSERT INTO REL_towns VALUES ('M', 'Montréal');<br />
|
||||
<br />
|
||||
</tt>
|
||||
To setup appropriate links and display information:
|
||||
<ul>
|
||||
<li>on table "REL_persons" click Structure, then Relation view</li>
|
||||
<li>in Links, for "town_code" choose "REL_towns->code"</li>
|
||||
<li>in Links, for "country_code" choose "REL_countries->country_code"</li>
|
||||
<li>in Links, for "town_code" choose "REL_towns->code"</li>
|
||||
<li>in Links, for "country_code" choose "REL_countries->country_code"</li>
|
||||
<li>on table "REL_towns" click Structure, then Relation view</li>
|
||||
<li>in "Choose field to display", choose "description"</li>
|
||||
<li>repeat the two previous steps for table "REL_countries"</li>
|
||||
|
Reference in New Issue
Block a user