From a83c4c943020dc8117e821c50b07134d98bd9f29 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Fri, 13 Jul 2012 07:12:46 +0530 Subject: Add missing doc block --- db_qbe.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'db_qbe.php') diff --git a/db_qbe.php b/db_qbe.php index 966f4de61a..0d2653e3e0 100644 --- a/db_qbe.php +++ b/db_qbe.php @@ -618,6 +618,19 @@ function PMA_dbQbeGetInsDelAndOrCell($row_index, $checked_options) { return $html_output; } +/** + * Provides rows for criteria inputbox Insert/Delete options + * with AND/OR relationship modification options + * + * @param array $criteria_column_count Number of criteria columns + * @param integer $new_row_index New row index if rows are added/deleted + * @param integer $row_index Row index + * @param string $criteriaColumnInsert If a new criteria column is needed + * @param string $criteriaColumnDelete If a criteria column is to be deleted + * @param string $realwidth Largest column width found + * + * @return HTML table rows + */ function PMA_dbQbeGetInputboxRow($criteria_column_count, $new_row_index, $row_index, $criteriaColumnInsert, $criteriaColumnDelete, $realwidth ) { -- cgit v1.2.3