From 139a4b99a1f6ffc8e23c663eee14c036d302c380 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 3 Jan 2007 13:04:26 +0000 Subject: [PATCH] Clarify docs git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12056 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/global.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/functions/global.php b/functions/global.php index 7f7e0cc8..ee78c9ac 100644 --- a/functions/global.php +++ b/functions/global.php @@ -152,10 +152,12 @@ function sqsession_is_registered ($name) { * If more than one of the indicator fields is found, the first one * (numerically) will win. * - * If an indicator field is found without a matching input field, - * a field without any suffix is searched for (but only if - * $fallback_no_suffix is TRUE), and if not found, FALSE is - * ultimately returned. + * If an indicator field is found without a matching input ($name) + * field, FALSE is returned. + * + * If no indicator fields are found, a field of $name *without* any + * suffix is searched for (but only if $fallback_no_suffix is TRUE), + * and if not found, FALSE is ultimately returned. * * It should also be possible to use the same string for both * $name and $indicator_field to look for the first possible -- 2.25.1