coding standards

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

View File

@@ -676,8 +676,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
To use this functionality you have to: To use this functionality you have to:
<ul> <ul>
<li> <li>
create in the same database a table (for example 'PMA_table_info') create in the same database a table (for example
following this scheme:<br /> 'PMA_table_info') following this scheme:<br />
<tt> <tt>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE TABLE `PMA_table_info` (<br /> &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 /> &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 /> <br />
Then browse your persons table, and move the mouse over a town code or Then browse your persons table, and move the mouse over a town code or
country code. country code.
</p>
<a name="faqpdf"></a> <a name="faqpdf"></a>
<p> <p>