Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2012-07-04 14:36:58 +0400
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2012-07-04 14:36:58 +0400
commit408baf94019d9caf0657b3f90754007c6961aff0 (patch)
tree77b05cd9899b858a9de12ff1dec547915bf72faf /db_qbe.php
parent9ccd70651f86d6233f63ff4cc33f7b8b6fdd10ad (diff)
Fix some doc comments
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 24b8097677..3150ab706d 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -168,7 +168,7 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
* Provides select options list containing sort options (ASC/DESC)
*
* @param integer $column_number Column Number (0,1,2) or more
- * @param string $realwidth
+ * @param string $realwidth Largest column width found
*
* @return HTML for select options
*/
@@ -211,10 +211,10 @@ function getSortSelectCell($column_number, $realwidth)
/**
* Provides search form's row containing column select options
*
- * @param array $criteria_column_count
- * @param integer $columns
- * @param string $ins_col
- * @param string $del_col
+ * @param array $criteria_column_count Number of criteria columns
+ * @param integer $columns All column names
+ * @param string $ins_col If a new criteria column is needed
+ * @param string $del_col If a criteria column is to be deleted
*
* @return HTML for search table's row
*/
@@ -248,10 +248,10 @@ function PMA_dbQbegetColumnNamesRow(
/**
* Provides search form's row containing sort(ASC/DESC) select options
*
- * @param array $criteria_column_count
- * @param string $realwidth
- * @param string $ins_col
- * @param string $del_col
+ * @param array $criteria_column_count Number of criteria columns
+ * @param string $realwidth Largest column width found
+ * @param string $ins_col If a new criteria column is needed
+ * @param string $del_col If a criteria column is to be deleted
*
* @return HTML for search table's row
*/