From b2653bf6d054ded845bce2ef208b620608182960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Jul 2011 13:53:39 +0200 Subject: [PATCH] Fix docblock spacing and add parameter names --- libraries/display_tbl.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 2d4d1e7312..0b3ef2f48b 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -251,10 +251,10 @@ function PMA_displayTableNavigationOneButton($caption, $title, $pos, $html_sql_q /** * Displays a navigation bar to browse among the results of a SQL query * - * @param integer the offset for the "next" page - * @param integer the offset for the "previous" page - * @param string the URL-encoded query - * @param string the id for the direction dropdown + * @param integer $pos_next the offset for the "next" page + * @param integer $pos_prev the offset for the "previous" page + * @param string $sql_query the URL-encoded query + * @param string $id_for_direction_dropdown the id for the direction dropdown * * @global string $db the database name * @global string $table the table name