[code]UPDATE vb_user SET options = options &~ 16 &~ 4096 &~ 2097152 WHERE email IN ('')[/code]
Just needed a place to put that. In here seems like a good one.
To find it later: Unsubscribe email from everything.
@Velocio started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
[code]UPDATE vb_user
SET options = options &~ 16 &~ 4096 &~ 2097152
WHERE email IN ('')[/code]
Just needed a place to put that. In here seems like a good one.
To find it later: Unsubscribe email from everything.