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

Diff of /gnuheter/pollcomments.php

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

revision 1.12 by metaur, Sun Nov 3 01:06:53 2002 UTC revision 1.13 by metaur, Fri Nov 15 08:16:44 2002 UTC
# Line 370  function replyPreview ($medsig, $pid, $s Line 370  function replyPreview ($medsig, $pid, $s
370                  $viewcomment = $comment.$usersig;                  $viewcomment = $comment.$usersig;
371          }          }
372    
373          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);
374          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]);
375    
376          echo "<hr>\n";          echo "<hr>\n";
377    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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