From 8675aa48bafd91790a5445a882b2be81f9614faf Mon Sep 17 00:00:00 2001 From: x99bachelart Date: Mon, 29 Sep 2003 11:15:45 +0000 Subject: [PATCH] bug (empty posts) --- include/post.inc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/post.inc.php b/include/post.inc.php index a9a0c9c..463ff93 100644 --- a/include/post.inc.php +++ b/include/post.inc.php @@ -35,10 +35,6 @@ class Post { (preg_match("/quoted-printable/",$this->headers->contentencoding))) { $this->body = quoted_printable_decode($this->body); } - if (!$this->body) { - $this = false; - return false; - } } } -- 2.1.4