This commit is contained in:
Kovid Goyal 2011-06-03 14:59:20 -06:00
parent 191c68189c
commit 19db6649c3

View File

@ -127,7 +127,7 @@ class Rule(object): # {{{
val, lt, eq, gt) val, lt, eq, gt)
def multiple_condition(self, col, action, val, sep): def multiple_condition(self, col, action, val, sep):
if sep == '|': if not sep or sep == '|':
sep = ',' sep = ','
if action == 'is set': if action == 'is set':
return "test(field('%s'), '1', '')"%col return "test(field('%s'), '1', '')"%col