[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-2095-g4692e81

Michal Čihař nijel at users.sourceforge.net
Thu Apr 29 14:36:07 CEST 2010


The branch, master has been updated
       via  4692e81e24adecc403135a86d62d3d900203bbdf (commit)
      from  fc328be03071efe8b8712dd46e906d7e37cfdf40 (commit)


- Log -----------------------------------------------------------------
commit 4692e81e24adecc403135a86d62d3d900203bbdf
Author: Michal Čihař <mcihar at novell.com>
Date:   Thu Apr 29 14:35:42 2010 +0200

    Correct type.

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

Summary of changes:
 db_qbe.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/db_qbe.php b/db_qbe.php
index 5b8c817..ace4ab1 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -141,7 +141,7 @@ $realwidth = $form_column_width . 'ex';
  * Enter description here...
  *
  * @param array     $columns
- * @param numeric   $column_number
+ * @param integer   $column_number
  * @param string    $selected
  */
 function showColumnSelectCell($columns, $column_number, $selected = '')


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list