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