[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-63-ge2aaeaf

Marc Delisle lem9 at users.sourceforge.net
Tue Mar 16 17:50:53 CET 2010


The branch, QA_3_3 has been updated
       via  e2aaeaf1d621f5dd0ae4d97af383f8afe5b1ba73 (commit)
      from  13cb9e7e3e18208962f50e751891af3bcde3ec00 (commit)


- Log -----------------------------------------------------------------
commit e2aaeaf1d621f5dd0ae4d97af383f8afe5b1ba73
Author: Marc Delisle <marc at infomarc.info>
Date:   Tue Mar 16 12:47:42 2010 -0400

    typos

-----------------------------------------------------------------------

Summary of changes:
 libraries/config.default.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libraries/config.default.php b/libraries/config.default.php
index 3450739..b1fef17 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -439,7 +439,7 @@ $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,D
                                           'CREATE DATABASE,ALTER DATABASE,DROP DATABASE';
 
 /**
- * Whether a DROP VIEW IF EXISTS statement will added as first line to the log when creating a view.
+ * Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.
  *
  * @global bool $cfg['Servers'][$i]['tracking_add_drop_view']
  */
@@ -447,7 +447,7 @@ $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,D
 $cfg['Servers'][$i]['tracking_add_drop_view'] = true;
 
 /**
- * Whether a DROP TABLE IF EXISTS statement will added as first line to the log when creating a table.
+ * Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.
  *
  * @global bool $cfg['Servers'][$i]['tracking_add_drop_table']
  */
@@ -455,7 +455,7 @@ $cfg['Servers'][$i]['tracking_add_drop_view'] = true;
 $cfg['Servers'][$i]['tracking_add_drop_table'] = true;
 
 /**
- * Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database.
+ * Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
  *
  * @global bool $cfg['Servers'][$i]['tracking_add_drop_database']
  */
@@ -463,7 +463,7 @@ $cfg['Servers'][$i]['tracking_add_drop_table'] = true;
 $cfg['Servers'][$i]['tracking_add_drop_database'] = true;
 
 /**
- * Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database.
+ * Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
  *
  * @global bool $cfg['Servers'][$i]['tracking_version_drop_database']
  */


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list