From 8e9ff58e320c99f6e2958268c89796bf24887b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 15 Sep 2001 09:23:55 +0000 Subject: [PATCH] fixed a little mis-specification --- libraries/display_tbl.lib.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index e9f5f7719..87fa81919 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -29,7 +29,7 @@ if (!defined('__LIB_DISPLAY_TBL__')){ * * @param string the synthetic value for display_mode (see §1 a few * lines above for explanations) - * @global integer the total number of rows returned by the sql query + * @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)