projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dab3cc
)
bug (empty posts)
author
x99bachelart
<x99bachelart>
Mon, 29 Sep 2003 11:15:45 +0000
(11:15 +0000)
committer
x99bachelart
<x99bachelart>
Mon, 29 Sep 2003 11:15:45 +0000
(11:15 +0000)
include/post.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/post.inc.php
b/include/post.inc.php
index
a9a0c9c
..
463ff93
100644
(file)
--- 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;
- }
}
}