On Dec 2, 2007 7:10 PM, Ryan McKinley <[EMAIL PROTECTED]> wrote: > hymmm - give it a try without specifying "header=true" > > Looks like if you don't specify header=true, it defaults to true - but > if you do, it throws an error. > > I think there may be a bug... Yonik, should line 243 be: > > } else if (!hasHeader) { > ^!!!
Yep, thanks for tracking that down! I just committed your fix and a test. -Yonik