From 7fbead83e44b6434fdda76830e8def2fc04f6e52 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 4 Mar 2005 13:43:16 +0000 Subject: [PATCH] a few comments --- libraries/common.lib.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 0037ddf4f..6e848f5ba 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2229,7 +2229,10 @@ if (typeof(document.getElementById) != 'undefined' /** * Function added to avoid path disclosures. * Called by each script that needs parameters, it displays - * an error message and, by defaults, stops the execution. + * an error message and, by default, stops the execution. + * + * Not sure we could use a strMissingParameter message here, + * would have to check if the error message file is always available * * @param array The names of the parameters needed by the calling * script.