coding standards

This commit is contained in:
Loïc Chapeaux
2002-05-22 20:05:19 +00:00
parent 88dc08d7b0
commit 51d4f8011e

View File

@@ -661,7 +661,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
table
<ul>
<li>the coordinates where each table will be placed on a PDF schema
output</li>
output</li>
<li>which field is to be displayed as a tooltip when moving the
cursor over the corresponding key</li>
</ul>
@@ -676,8 +676,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
To use this functionality you have to:
<ul>
<li>
create in the same database a table (for example 'PMA_table_info')
following this scheme:<br />
create in the same database a table (for example
'PMA_table_info') following this scheme:<br />
<tt>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE TABLE `PMA_table_info` (<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`table_name` varchar(64) NOT NULL default '',<br />
@@ -1780,7 +1780,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
<br />
Then browse your persons table, and move the mouse over a town code or
country code.
</p>
<a name="faqpdf"></a>
<p>