https://bz.apache.org/bugzilla/show_bug.cgi?id=62904
--- Comment #1 from [email protected] <[email protected]> --- Hello Steven, thanks for the report. I encountered the same problem yesterday. Reasonably enough yet unfortunately, the IF construct is being treated as "lazy if", and the first argument is evaluated as a boolean scalar, never an array, and determines the following evaluation flow. If you are interested, I can post a dirty and almost untested 'works for me' patch. Right now I am overloaded with work but hopefully I'll address the issue properly during the holidays. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
