From 60c4f1c0a93f89f87c4c6a041f97f9facd563528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 15 Sep 2001 08:49:16 +0000 Subject: [PATCH] fixed bug #461684 (Comments changes) --- libraries/display_tbl.lib.php3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index a89d1fc91..e9f5f7719 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -14,7 +14,7 @@ if (!defined('__LIB_DISPLAY_TBL__')){ /** * Defines the display mode to use for the results of a sql query * - * It uses a syntetic string that contains all the required informations. + * It uses a synthetic string that contains all the required informations. * In this string: * - the first two characters stand for the the action to do while * clicking on the "edit" link (eg 'ur' for update a row, 'nn' for no @@ -28,10 +28,11 @@ if (!defined('__LIB_DISPLAY_TBL__')){ * Of course '0'/'1' means the feature won't/will be enabled. * * @param string the synthetic value for display_mode (see §1 a few - * lines below for explanations) + * lines above for explanations) * @global integer the total number of rows returned by the sql query * without any programmatically appended "LIMIT" clause - * that may be computed inside this function + * (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