From 4692e81e24adecc403135a86d62d3d900203bbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 29 Apr 2010 14:35:42 +0200 Subject: [PATCH] Correct type. --- db_qbe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_qbe.php b/db_qbe.php index 5b8c817fd..ace4ab1d0 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 = '')