RobinHood
Well-known member
Something like the following should work;
Code:select user_id, sv_email_on_quote from xf_user_option where sv_email_on_quote = 0; select user_id, sv_email_on_tag from xf_user_option where sv_email_on_tag = 0;
Perfect, thanks
