a few comments

This commit is contained in:
Marc Delisle
2005-03-04 13:43:16 +00:00
parent 5ea861ad51
commit 7fbead83e4

View File

@@ -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.