From e090f7e6c314a5641369d2c0e601cfb8313c27ce Mon Sep 17 00:00:00 2001 From: imiyazaki Date: Mon, 6 Oct 2003 14:42:43 +0000 Subject: [PATCH] change: do not fall back in &get_chars_matching() --- Chise_utils/Chise_utils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chise_utils/Chise_utils.pm b/Chise_utils/Chise_utils.pm index 193c8d8..aa95af1 100644 --- a/Chise_utils/Chise_utils.pm +++ b/Chise_utils/Chise_utils.pm @@ -177,9 +177,9 @@ sub get_chars_matching{ } } } - # else{ - # fall back if DB inconsistency exists. - unless(@res){ + else{ +# # fall back if DB inconsistency exists. +# unless(@res){ if(&get_db($atr)){ foreach $char (keys %{$chardb{$atr}}){ if($chardb{$atr}->{$char} eq $value){ -- 1.7.10.4