require_once("sec/secure.inc");
require_once("js.inc");
+db_user("errorreporter");
+
PageBlue(_c("error-reporter:Change an error report"), "mod_error-reporter");
if(!$cfgErrors->userHasAccess()) {
$strOldComment = $er->getComment();
// Probably we have to update an error report
-echo "PostSubmit: $postSubmit";
if($getAction == "update" and $postSubmit == _("Change"))
{
if($cfgErrors->userIsAdmin()) {