--- sections/novosti.inc 2001/06/29 12:57:06 1.1 +++ sections/novosti.inc 2001/06/29 14:12:07 1.2 @@ -21,6 +21,8 @@ } elseif ($type == "e") { $sql_where .= " and substr(type,1,1)='e'"; $title.=" : Dogotki"; + } elseif (strlen($type) == 3) { + $sql_where .= " and type='$type'"; } }