On 12/31/2013 07:21 PM, Chris Hotte wrote:
I’m trying to make a global user preference change via command line script. I hit a wall when I discovered this field is not JSON formatted like I assumed at first glance. I’m only about an hours worth of work in…
This is PHP serialized string. In PHP you can use unserialize/serialize functions. There's also a script bin/moduserprefs.sh which does what you want.