quitened a debug-message

This commit is contained in:
Ralf Becker 2006-05-31 00:23:31 +00:00
parent 55b9797a59
commit 6a595dc541

View File

@ -200,7 +200,7 @@ function check_header_form()
//echo "egw_info[server]=<pre>".print_r($GLOBALS['egw_info']['server'],true)."</pre>\n";
//echo "egw_domain=<pre>".print_r($GLOBALS['egw_domain'],true)."</pre>\n";
if ($validation_errors) echo "validation_errors=<pre>".print_r($validation_errors,true)."</pre>\n";
//if ($validation_errors) echo "validation_errors=<pre>".print_r($validation_errors,true)."</pre>\n";
return $validation_errors;
}