--- db/prgsrc/db.cgi 2003/12/19 08:05:01 1.127 +++ db/prgsrc/db.cgi 2004/01/10 22:52:20 1.128 @@ -746,7 +746,7 @@ sub makewhere { $type .= ($_=$TypeName{$_}) foreach @type; my $where=' 0 '; foreach (@type) { - $where.= " OR (Type ='$_') OR (Type ='$_ä') "; + $where.= " OR (Type ='$_') OR (Type ='$_ä') OR (Type ='ä$_') "; } $where.= "OR (Type='þâ')" if ($type=~/þ|â/); return $where;