[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-62-g13cb9e7
Marc Delisle
lem9 at users.sourceforge.net
Tue Mar 16 17:44:20 CET 2010
The branch, QA_3_3 has been updated
via 13cb9e7e3e18208962f50e751891af3bcde3ec00 (commit)
from b90805f7eb266967480295c02c9eb94680c4f7fb (commit)
- Log -----------------------------------------------------------------
commit 13cb9e7e3e18208962f50e751891af3bcde3ec00
Author: Marc Delisle <marc at infomarc.info>
Date: Tue Mar 16 12:38:56 2010 -0400
typos
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 30537f0..6656c0e 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1103,7 +1103,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<span id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_view']</span> boolean
</dt>
<dd>
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1112,7 +1112,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<span id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_table']</span> boolean
</dt>
<dd>
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1120,7 +1120,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<span id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_drop_database']</span> boolean
</dt>
<dd>
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database. Default value is true.
<br/><br/>
</dd>
hooks/post-receive
--
phpMyAdmin
More information about the Git
mailing list