/[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.25 by dpavlin, Mon Apr 29 13:25:27 2002 UTC revision 1.26 by dpavlin, Mon Apr 29 13:27:33 2002 UTC
# Line 50  if (file_exists(find_html_file("news",$m Line 50  if (file_exists(find_html_file("news",$m
50                          $sql_where .= " and (type='n' or type='i')";                          $sql_where .= " and (type='n' or type='i')";
51                  } elseif ($type == "e") {                  } elseif ($type == "e") {
52                          $sql_where .= " and (type='e' or type='f')";                              $sql_where .= " and (type='e' or type='f')";    
53                    } elseif ($type == "f") {
54                            $sql_where .= " and type='f'";
55                  } elseif ($type == "c") {                  } elseif ($type == "c") {
56                          $sql_where .= " and type='c'";                          $sql_where .= " and type='c'";
57                  }                  }

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.26