From 4dab3ccecad65fd9f607371749265148998a15fc Mon Sep 17 00:00:00 2001 From: x99bachelart Date: Mon, 29 Sep 2003 11:14:39 +0000 Subject: [PATCH] typo --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.1.4