/[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.15 by dpavlin, Mon Apr 9 13:30:14 2001 UTC revision 1.17 by dpavlin, Tue Sep 18 10:26:46 2001 UTC
# Line 13  if (isset($from)) { Line 13  if (isset($from)) {
13          $section="new";          $section="new";
14  }  }
15    
16  $sql_where="where visible is true";  $sql_where="where $visible_is_true";
17    
18  if ($section == "investor") {  if ($section == "investor") {
19          $title="INVESTOR'S PAGE";          $title="INVESTOR'S PAGE";
# Line 122  if (file_exists(find_html_file("news",$m Line 122  if (file_exists(find_html_file("news",$m
122                          $title.=" : Investors News : ".$data[0][title_lc];                          $title.=" : Investors News : ".$data[0][title_lc];
123                  } elseif ($data[0][type] == "a") {                  } elseif ($data[0][type] == "a") {
124                          $title.=" : Annual Report : ".$data[0][title_lc];                          $title.=" : Annual Report : ".$data[0][title_lc];
125                    } elseif ($data[0][type] == "p") {
126                            $title.=" : Presentations : ".$data[0][title_lc];
127                  }                  }
128          }          }
129    

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

  ViewVC Help
Powered by ViewVC 1.1.26