Displaying 2 results from an estimated 2 matches for "bonzohunt".
Did you mean:
bonzohunter
2006 Aug 31
0
time_zone_select Acting Funky
...zone''.
The list displays and when I submit the form, I see it sends the data:
Parameters: {"user"=>{"auto_update_map"=>"1", "default_timezone"=>"London"},
"device"=>{"81"=>{"nickname"=>"BonzoHunter"}}, "Submit"=>"Save Changes",
"action"=>"update_prefs", "controller"=>"user"}
But, the UPDATE sets default_timezone to NULL:
UPDATE user_accounts SET "default_timezone" = NULL, "auto_update_map" = 1
W...
2006 Sep 01
0
time_zone_select Doesn't Update in Save
....
The list of time zones displays and when I submit the form, I see it sends
the data:
Parameters: {"user"=>{"auto_update_map"=>"1", "default_timezone"=>"London"},
"device"=>{"81"=>{"nickname"=>"BonzoHunter"}}, "Submit"=>"Save Changes",
"action"=>"update_prefs", "controller"=>"user"}
But, the UPDATE sets default_timezone to NULL:
UPDATE user_accounts SET "default_timezone" = NULL, "auto_update_map" = 1
W...