removed trailing whitespaces

This commit is contained in:
Loïc Chapeaux
2002-03-29 10:19:06 +00:00
parent 9c583910c4
commit 24a89432ac

View File

@@ -569,18 +569,20 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
<b>$cfgServers[n]['relation']</b> string <b>$cfgServers[n]['relation']</b> string
</dt> </dt>
<dd> <dd>
Since release 2.2.4 you can describe, in a special 'relation' table, which field Since release 2.2.4 you can describe, in a special 'relation' table,
is a key in another table (a foreign key). phpMyAdmin currently uses which field is a key in another table (a foreign key). phpMyAdmin
this to currently uses this to
<ul> <ul>
<li> <li>
make clickable, when you browse the src table, the data values make clickable, when you browse the src table, the data values
that point to the dest table </li> that point to the dest table;
</li>
<li> <li>
display links on the table properties page, to check referential display links on the table properties page, to check referential
integrity (display missing foreign keys) for each described key</li> integrity (display missing foreign keys) for each described key.
</li>
</ul> </ul>
<br /><br /> <br />
The keys can be numeric or character. The keys can be numeric or character.
<br /><br /> <br /><br />