diff -puraN wacko.r4.2/handlers/page/addcomment.php dist/handlers/page/addcomment.php --- wacko.r4.2/handlers/page/addcomment.php 2004-10-28 20:26:04.000000000 +0400 +++ dist/handlers/page/addcomment.php 2005-07-16 00:59:55.000000000 +0400 @@ -14,7 +14,7 @@ if ($this->HasAccess("comment")) } $body = trim($_POST["body"]); - echo "Comment".$num."

".$body."

".$this->tag; + // echo "Comment".$num."

".$body."

".$this->tag; if (!$body) { $this->SetMessage($this->GetResourceValue("EmptyComment"));