The branch, master has been updated via 412bb22b3944339e77d0f2f5437955a80c44862a (commit) from 90099b7b5de240e5789ea8bfd29fcb03e867d825 (commit)
- Log ----------------------------------------------------------------- commit 412bb22b3944339e77d0f2f5437955a80c44862a Author: Yuichiro rdeq08@users.sourceforge.net Date: Thu Jun 9 09:09:49 2011 +0200
Fix typo in documentation
-----------------------------------------------------------------------
Summary of changes: Documentation.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation.html b/Documentation.html index 6f66b64..4db4ec0 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1329,7 +1329,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre> login credentials. This is alternative approach to session based single signon. The script needs to provide function <code>get_login_credentials</code> which returns list of username and - pasword, accepting single parameter of existing username (can be empty). + password, accepting single parameter of existing username (can be empty). See <code>scripts/signon-script.php</code> for an example. </dd> <dt><span id="cfg_Servers_SignonSession">$cfg['Servers'][$i]['SignonSession']</span> string</dt> @@ -3533,7 +3533,7 @@ have either the <a href="http://pecl.php.net/package/APC">APC</a> extension <h4 id="faq3_18"> <a href="#faq3_18">3.18 When I import a CSV file that contains multiple tables, they are lumped together into a single table.</a></h4> <p> - There is no reliable way to differetiate tables in CSV format. For the time being, you will have to break apart CSV files containing multiple tables. + There is no reliable way to differentiate tables in CSV format. For the time being, you will have to break apart CSV files containing multiple tables. </p>
<!-- End: CSV import limitations -->
hooks/post-receive