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

Diff of /gnuheter/mainfile.php

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

revision 1.26 by metaur, Fri Nov 15 08:16:44 2002 UTC revision 1.27 by metaur, Wed Nov 20 23:34:08 2002 UTC
# Line 198  function nowordlinkshtml($str) { Line 198  function nowordlinkshtml($str) {
198          return strip_tags(wordlinks($str));          return strip_tags(wordlinks($str));
199  }  }
200    
201    function nowordlinksshow($str) {
202            $str = htmlspecialchars($str);
203            $str = ereg_replace('\[', '[', $str);
204            $str = ereg_replace('\]', ']', $str);
205            return $str;
206    }
207    
208  function printAllowedHTML() {  function printAllowedHTML() {
209          global $allowed_html;          global $allowed_html;
210    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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