/[corp_html]/vet_smpc.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 /vet_smpc.php

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

revision 1.4 by dpavlin, Thu Jan 10 16:48:24 2002 UTC revision 1.6 by dpavlin, Thu Jan 17 10:16:05 2002 UTC
# Line 28  if (file_exists(find_html_file("vet",$sm Line 28  if (file_exists(find_html_file("vet",$sm
28          $main=join('',file(find_html_file("vet",$smpc)));          $main=join('',file(find_html_file("vet",$smpc)));
29  #       $main=str_replace("Â","",$main);        // hm?  #       $main=str_replace("Â","",$main);        // hm?
30          $main=str_replace("®","®",$main);          $main=str_replace("®","®",$main);
31            $main=str_replace("µ","µ",$main);
32            $main=str_replace("≅","≅",$main);
33  }  }
34    
35  include("common.inc");  include("common.inc");

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26