From bc0a10b8319e42fe97c7d2e78409a4247271d43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Jul 2011 11:19:22 +0200 Subject: [PATCH] Add missing parameter names --- libraries/display_tbl.lib.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index b5457ce27a..09ba682b0b 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -28,12 +28,12 @@ require_once './libraries/Index.class.php'; * the "display printable view" option. * Of course '0'/'1' means the feature won't/will be enabled. * - * @param string the synthetic value for display_mode (see a few - * lines above for explanations) - * @param integer the total number of rows returned by the SQL query - * without any programmatically appended "LIMIT" clause - * (just a copy of $unlim_num_rows if it exists, else - * computed inside this function) + * @param &$the_disp_mode string the synthetic value for display_mode (see a few + * lines above for explanations) + * @param &$the_total integer the total number of rows returned by the SQL query + * without any programmatically appended "LIMIT" clause + * (just a copy of $unlim_num_rows if it exists, else + * computed inside this function) * * @return array an array with explicit indexes for all the display * elements @@ -1391,7 +1391,7 @@ function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) { $is_field_truncated = false; //If the previous column had blob data, we need to reset the class // to $inline_edit_class - $class = 'data ' . $inline_edit_class . ' ' . $not_null_class . ' ' . $relation_class; //' ' . $alternating_color_class . + $class = 'data ' . $inline_edit_class . ' ' . $not_null_class . ' ' . $relation_class; //' ' . $alternating_color_class . // See if this column should get highlight because it's used in the // where-query.