Just downloaded vb3_userfield table ...
(3542, NULL, NULL, NULL, NULL, NULL, '', '', 'Option1', ''),
(3541, NULL, NULL, NULL, NULL, NULL, '', '', 'Option1', ''),
(3576, NULL, NULL, NULL, NULL, NULL, '', '', 'Option1', ''),
This users have the Option Set but other users not have the Option set:
(31, NULL, '', '', '', '', 'Mann', 'Netherlands', '', ''),
(32, NULL, '', '', '', '', 'Mann', 'Netherlands', '', ''),
(33, NULL, '', 'nederland', 'music/films', '', 'Mann', 'Netherlands', '', ''),
--------------- Added [DATE]1328557827[/DATE] at [TIME]1328557827[/TIME] ---------------
and if i do that:
UPDATE userfield SET field10 = 'Option 1' WHERE field10 = ''
'' = can this be empty?
--------------- Added [DATE]1328558525[/DATE] at [TIME]1328558525[/TIME] ---------------
LOL it worked like a charm ^^
Thanks so much