working implementation of mnesia and ets based ezic.

This commit is contained in:
lsowen
2012-12-05 15:14:21 -05:00
parent 2866c9c505
commit e535590013
5 changed files with 55 additions and 21 deletions

View File

@@ -143,7 +143,7 @@ flatten_zone_set(FromTimeStub=#flatzone{utc_from=UTCFrom, dstoffset=DSTOffset}
%% we gather all rules that _may_ apply
%Rules= ezic_db:rules(RuleName),
Rules= [R || R <- AllRules, R = #rule{name = RuleName}],
Rules= [R || R <- AllRules, R#rule.name =:= RuleName ],
?debugVal(FromTime),
?debugVal(Rules),