https://bugzilla.wikimedia.org/show_bug.cgi?id=19051
--- Comment #3 from [email protected] 2009-06-23 16:22:15 UTC --- Allow me to try again: With userOptions.php, one can, for example, set users' 'rememberpassword' value, but one cannot set their 'timecorrection' value, even though both are sitting there on Special:Preferences, and both live together in SELECT * FROM user_properties; +---------+------------------+--------------------------+ | up_user | up_property | up_value | +---------+------------------+--------------------------+ | 1 | rememberpassword | 1 | | 1 | timecorrection | ZoneInfo|480|Asia/Taipei | +---------+------------------+--------------------------+ Therefore Bug: userOptions.php is unable to access some options. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
