typo
authorx99bachelart <x99bachelart>
Mon, 29 Sep 2003 11:14:39 +0000 (11:14 +0000)
committerx99bachelart <x99bachelart>
Mon, 29 Sep 2003 11:14:39 +0000 (11:14 +0000)
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 ($cuttoff) {
+      if ($cutoff) {
            $quotetext = substr($post->body,0,strpos($post->body,"\n-- \n"));
       } else {
            $quotetext = $post->body;