--- new.php 2002/04/29 13:25:27 1.25 +++ new.php 2002/04/29 13:27:33 1.26 @@ -50,6 +50,8 @@ $sql_where .= " and (type='n' or type='i')"; } elseif ($type == "e") { $sql_where .= " and (type='e' or type='f')"; + } elseif ($type == "f") { + $sql_where .= " and type='f'"; } elseif ($type == "c") { $sql_where .= " and type='c'"; }