Bug tracker

Can't create a new user - value not quoted

I just installed YACS, and when I try to create a new user I get the following error (with some items deleted):

Error: INSERT INTO `db105437196`.`yacs_users` SET email= .... avatar_url='', with_newsletters=N, posts=0, ... edit_date='2004-07-02 21:21:20', login_date='' 1054: Unknown column 'N' in 'field list'

It looks like the problem is that the N rom with_newsletters isn't being quoted. I'm sure it is a simple change, but what file do I edit to fix it?