/[gnuheter]/gnuheter/comments.php
ViewVC logotype

Diff of /gnuheter/comments.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by metaur, Tue Dec 10 23:01:43 2002 UTC revision 1.22 by metaur, Wed Dec 11 08:29:21 2002 UTC
# Line 387  function replyPreview ($medsig, $pid, $s Line 387  function replyPreview ($medsig, $pid, $s
387                  $viewcomment = $comment.$usersig;                  $viewcomment = $comment.$usersig;
388          }          }
389    
390          echo format_comment_header($name,($spell) ? spellcheck($subject) : $subject,$tid,$date,"","",0);          echo format_comment_header($name,($spell) ? spellcheck(wordlinks($subject)) : $subject,$tid,$date,"","",0);
391          echo format_comment_body(($spell) ? spellcheck($viewcomment) : $viewcomment,$sid,$tid,$thold,$order,$cookie[10]);          echo format_comment_body(($spell) ? spellcheck(wordlinks($viewcomment)) : $viewcomment,$sid,$tid,$thold,$order,$cookie[10]);
392    
393          echo "<hr>\n";          echo "<hr>\n";
394    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26