projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
539c8d5
)
typo
author
x99bachelart
<x99bachelart>
Mon, 29 Sep 2003 11:14:39 +0000
(11:14 +0000)
committer
x99bachelart
<x99bachelart>
Mon, 29 Sep 2003 11:14:39 +0000
(11:14 +0000)
post.php
patch
|
blob
|
blame
|
history
diff --git
a/post.php
b/post.php
index
74c583a
..
e594b72
100644
(file)
--- a/
post.php
+++ b/
post.php
@@
-50,7
+50,7
@@
if (isset($group) && isset($id) && isset($_REQUEST['type']) &&
.$post->headers->subject;
if ($profile['dropsig']) {
$cutoff=strpos($post->body,"\n-- \n");
- if ($cut
t
off) {
+ if ($cutoff) {
$quotetext = substr($post->body,0,strpos($post->body,"\n-- \n"));
} else {
$quotetext = $post->body;