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

Diff of /gnuheter/mainfile.php

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

revision 1.23 by metaur, Wed Nov 6 05:39:24 2002 UTC revision 1.24 by metaur, Sun Nov 10 08:57:47 2002 UTC
# Line 788  function myslashes($content = "") { Line 788  function myslashes($content = "") {
788      return $content;      return $content;
789  }  }
790    
 # quote quotes (to keep them intact in the form)  
 function quotequote($content = "") {  
     $content = str_replace("\"",""",$content);  
     return $content;  
 }  
   
 # if for some reason we want to dequote the quoted quotes  
 function dequotequote($content = "") {  
     $content = str_replace(""","\"",$content);  
     return $content;  
 }  
   
791    
792  /*********************************************************/  /*********************************************************/
793  /* Spell check functions                                 */  /* Spell check functions                                 */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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