/[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.2 by dpavlin, Mon Oct 1 14:05:16 2001 UTC revision 1.3 by dpavlin, Wed Nov 7 10:49:03 2001 UTC
# Line 23  $smarty->assign( array ( lpic=>$lpic, le Line 23  $smarty->assign( array ( lpic=>$lpic, le
23  include("find_html_file.inc");  include("find_html_file.inc");
24  if (file_exists(find_html_file("vet",$smpc))) {  if (file_exists(find_html_file("vet",$smpc))) {
25          $main=join('',file(find_html_file("vet",$smpc)));          $main=join('',file(find_html_file("vet",$smpc)));
26            $main=str_replace("®","®",$main);
27  }  }
28    
29  include("common.inc");  include("common.inc");

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26