--- new.php 2002/04/29 13:01:49 1.23 +++ new.php 2002/04/29 13:11:39 1.24 @@ -48,7 +48,7 @@ if (isset($type)) { if ($type == "n") { $sql_where .= " and (type='n' or type='i')"; - } elseif ($type == "e" || $type == "c") { + } elseif ($type == "e" || $type == "f" || $type == "c") { $sql_where .= " and type='".$type."'"; } $title.=" : ".$news_type[$type];