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

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

revision 1.10 by dpavlin, Mon Mar 5 12:34:12 2001 UTC revision 1.12 by dpavlin, Mon Mar 19 16:53:48 2001 UTC
# Line 111  if (file_exists(find_html_file("news",$m Line 111  if (file_exists(find_html_file("news",$m
111                          $title.=" : Community : ".$data[0][title_lc];                          $title.=" : Community : ".$data[0][title_lc];
112                  } elseif ($data[0][type] == "r") {                  } elseif ($data[0][type] == "r") {
113                          $title.=" : Result : ".$data[0][title_lc];                          $title.=" : Result : ".$data[0][title_lc];
114                    } elseif ($data[0][type] == "i") {
115                            $title.=" : Investors News : ".$data[0][title_lc];
116                    } elseif ($data[0][type] == "a") {
117                            $title.=" : Annual Report : ".$data[0][title_lc];
118                  }                  }
119          }          }
120    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.26