better message

This commit is contained in:
Marc Delisle
2004-06-16 23:06:07 +00:00
parent b932c1c30b
commit a828c214da

View File

@@ -2038,7 +2038,7 @@ if (typeof(document.getElementById) != 'undefined'
foreach ($params AS $param) { foreach ($params AS $param) {
if (!isset($GLOBALS[$param])) { if (!isset($GLOBALS[$param])) {
$error_message .= $reported_script_name . ': Missing ' . $param . '<br />'; $error_message .= $reported_script_name . ': Missing parameter: ' . $param . '<br />';
$found_error = TRUE; $found_error = TRUE;
} }
} }