K 10 svn:author V 3 yar K 8 svn:date V 27 2007-04-02T06:47:48.000000Z K 7 svn:log V 261 Prevent foot-shooting in advance: Put the MATCH() macro's value in parentheses. The ?: operator has a remarkably low precedence, so expressions like (MATCH(foo) && bar) would have an unexpected meaning w/o the parentheses around MATCH(). Tested with: md5(1) END