The branch, master has been updated via 8bf35a0e146d249192b87691d883ab8912f3276e (commit) from b7bbb967baa622cc2a586609b56aaba356898a19 (commit)
- Log ----------------------------------------------------------------- commit 8bf35a0e146d249192b87691d883ab8912f3276e Author: Marc Delisle marc@infomarc.info Date: Tue Mar 16 12:42: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 bb1c27d..4c5157d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1115,7 +1115,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>
@@ -1124,7 +1124,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>
@@ -1132,7 +1132,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