/[health_html]/inc/global.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/global.php

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

revision 1.16 by ravilov, Fri Oct 5 15:10:52 2001 UTC revision 1.17 by ravilov, Wed Oct 10 12:40:58 2001 UTC
# Line 104  Line 104 
104                  # If a number, don't touch it                  # If a number, don't touch it
105                  if (strcmp(intval($str)."", $str."") == 0) return $str;                  if (strcmp(intval($str)."", $str."") == 0) return $str;
106    
107                  # Replace "``" and "''" with """ (normal ASCII double quote)                  # Replace "``", "''", "<<" and ">>" with """ (normal ASCII double quote)
108                  $str = str_replace("", '"', $str);                  $str = str_replace("", '"', $str);
109                  $str = str_replace("", '"', $str);                  $str = str_replace("", '"', $str);
110                    $str = str_replace("", '"', $str);
111                    $str = str_replace("", '"', $str);
112                  # Replace "-" with "-"                  # Replace "-" with "-"
113                  $str = str_replace("", '-', $str);                  $str = str_replace("", '-', $str);
114                  # Replace character references ("&...;" and "&#...;") with its value                  # Replace character references ("&...;" and "&#...;") with its value

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.26