From: x99bachelart Date: Mon, 29 Sep 2003 11:14:39 +0000 (+0000) Subject: typo X-Git-Tag: 1.8~390 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4dab3ccecad65fd9f607371749265148998a15fc;p=banana.git typo --- diff --git a/post.php b/post.php index 74c583a..e594b72 100644 --- 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 ($cuttoff) { + if ($cutoff) { $quotetext = substr($post->body,0,strpos($post->body,"\n-- \n")); } else { $quotetext = $post->body;