/[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.5 by dpavlin, Thu Jan 17 10:14:13 2002 UTC revision 1.6 by dpavlin, Thu Jan 17 10:16:05 2002 UTC
# Line 18  if (isset($smpc)) { Line 18  if (isset($smpc)) {
18          if ($row=$sth->fetchrow_hash()) {          if ($row=$sth->fetchrow_hash()) {
19                  $title.=" : $row[brand] $row[form]";                  $title.=" : $row[brand] $row[form]";
20                  $title=str_replace("®","®",$title);                  $title=str_replace("®","®",$title);
                 $main=str_replace("µ","µ",$main);  
                 $main=str_replace("≅","≅",$main);  
21          }          }
22  }  }
23    
# Line 30  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.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26