Quote:
Originally Posted by Lynne
2) Very hard to say without specifics. But, you can probably use phpMyAdmin to do it.
|
I was hoping it would be something straight forward like this:
Invisible
On: UPDATE user SET options=options + 512 WHERE NOT(options & 512);
Off: UPDATE user SET options=options - 512 WHERE options & 512;
Run from
Execute SQL Query
Where you'd just need to colour code what I need to change depending on my options & field number.