removed trailing whitespaces

This commit is contained in:
Loïc Chapeaux
2002-01-19 19:07:53 +00:00
parent 1b142f04b6
commit 609d3e66a1
2 changed files with 30 additions and 30 deletions

View File

@@ -6,7 +6,8 @@ $Id$
$Source$
2002-01-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/*; libraries/common.lib.php3: removed trailing whitespaces.
* lang/*; libraries/common.lib.php3; Documentation.html: removed
trailing whitespaces.
* tbl_change.php3:
- beautify javascript code;
- line 363: fixed a js bug.

View File

@@ -215,8 +215,8 @@
<tt>tar xzvf phpMyAdmin_x.x.x.tar.gz</tt> in your webserver's
document root.</li>
<li> Open the file config.inc.php3 in your favourite editor and change
the values for host, user, password and authentication mode
to fit your environment.
the values for host, user, password and authentication mode to fit
your environment.
Also insert the correct value for <tt>$cfgPmaAbsoluteUri</tt>.
Have a look at
<a class="navigation" href="#config">Configuration section</a> for an
@@ -548,18 +548,18 @@
<dt><b>$cfgServerDefault</b> integer</dt>
<dd>
If you have more than one server configured, you can set
$cfgServerDefault to any one of them to autoconnect to that server when
phpMyAdmin is started, or set it to 0 to be given a list of servers
without logging in.<br />
<tt>$cfgServerDefault</tt> to any one of them to autoconnect to that
server when phpMyAdmin is started, or set it to 0 to be given a list of
servers without logging in.<br />
If you have only one server configured, <tt>$cfgServerDefault</tt> MUST
be set to that server.
<br /><br />
</dd>
<dt><b>$cfgLeftFrameLight </b>boolean</dt>
<dt><b>$cfgLeftFrameLight</b> boolean</dt>
<dd>
Defines whether to use select-based menu and display only the
current tables in the left frame (smaller page).
Defines whether to use select-based menu and display only the current
tables in the left frame (smaller page).
<br /><br />
</dd>
@@ -994,12 +994,11 @@
query box.</b>
<br />
Since version 2.2.4, phpMyAdmin supports servers with open_basedir
restrictions. Assuming that the restriction allows you to open files
in the current directory ('.'), all you have to do is create a 'tmp'
directory under the phpMyAdmin install directory, with permissions 777
and the same owner as the owner of your phpMyAdmin directory. The
uploaded files will be moved there, and after execution of your SQL
commands, removed.
restrictions. Assuming that the restriction allows you to open files in the
current directory ('.'), all you have to do is create a 'tmp' directory
under the phpMyAdmin install directory, with permissions 777 and the same
owner as the owner of your phpMyAdmin directory. The uploaded files will
be moved there, and after execution of your SQL commands, removed.
</p>
<p>
@@ -1203,15 +1202,15 @@
</p>
<p>
<b>In Internet Explorer 5.0, I get Javascript errors when browsing
my rows.</b>
<b>In Internet Explorer 5.0, I get Javascript errors when browsing my
rows.</b>
<br />
Upgrade to at least Internet Explorer 5.5SP2.<br />
</p>
<p>
<b>In Internet Explorer 5.0, 5.5 or 6.0, I cannot modify a row in a
table with many fields.</b>
<b>In Internet Explorer 5.0, 5.5 or 6.0, I cannot modify a row in a table
with many fields.</b>
<br />
Your table does not have a primary key, so we must use a long URL to
identify this row. There is a limit on the lenght of the URL in those
@@ -1227,8 +1226,8 @@
</p>
<p>
<b>With Mozilla 0.9.7 I have problems sending a query modified in
the query box.</b>
<b>With Mozilla 0.9.7 I have problems sending a query modified in the query
box.</b>
<br />
Looks like a Mozilla bug: 0.9.6 was ok. We will keep an eye on future
Mozilla versions.<br />
@@ -1253,7 +1252,7 @@
</p>
<p>
<b>When I create a table, I click the Index checkbox for 2 fields and
phpMyAdmin generates only one index with those 2 fields.</b>
phpMyAdmin generates only one index with those 2 fields.</b>
<br />
In phpMyAdmin 2.2.0 and 2.2.1, this is the way to create a multi-fields
index. If you want two indexes, create the first one when creating the
@@ -1265,8 +1264,8 @@
<b>How can I insert a null value into my table?</b>
<br />
Since version 2.2.3, you have a checkbox for each field that can be null.
Before 2.2.3, you had to enter &quot;null&quot;, without the quotes,
as the field's value.
Before 2.2.3, you had to enter &quot;null&quot;, without the quotes, as the
field's value.
</p>
<h3>[phpMyAdmin project]</h3>