[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_4-18355-g9611e04

Dieter Adriaenssens ruleant at users.sourceforge.net
Fri Sep 2 15:48:35 CEST 2011


The branch, master has been updated
       via  9611e049c331fd6caa03e2b481b527bd9f7c22af (commit)
      from  f4f3d46989cc18f1ccfbca193788bd4de0018305 (commit)


- Log -----------------------------------------------------------------
commit 9611e049c331fd6caa03e2b481b527bd9f7c22af
Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
Date:   Fri Sep 2 15:48:15 2011 +0200

    typos

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

Summary of changes:
 libraries/database_interface.lib.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libraries/database_interface.lib.php b/libraries/database_interface.lib.php
index c346111..37103f9 100644
--- a/libraries/database_interface.lib.php
+++ b/libraries/database_interface.lib.php
@@ -1063,7 +1063,7 @@ function PMA_DBI_get_columns($database, $table, $column = null, $full = false, $
 }
 
 /**
-* Returns SQL for fetching informatin on table indexes (SHOW INDEXES)
+* Returns SQL for fetching information on table indexes (SHOW INDEXES)
 *
 * @param    string  $database   name of database
 * @param    string  $table      name of the table whose indexes are to be retreived
@@ -1104,10 +1104,10 @@ function PMA_DBI_get_table_indexes_sql($database, $table, $where = null)
 }
 
 /**
-* Returns indexes od a table
+* Returns indexes of a table
 *
 * @param    string  $database   name of database
-* @param    string  $table      name of the table whose indexes are to be retreived
+* @param    string  $table      name of the table whose indexes are to be retrieved
 * @param    mixed   $link       mysql link resource
 * @return   array   $indexes
 */


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list