awiebe / burningthumb-vk-manage

This is only an issue tracker, please do ot push code to this repo.
0 stars 0 forks source link

Database has wrong format for one_touch_interval #25

Closed burningthumb closed 7 years ago

burningthumb commented 7 years ago

The database had a field one_touch_interval that was defined as an integer from the reported value one_touch_play. This is not correct.

The one_touch_play post variable is a legacy array as defined: An array that lists first a flag that is set to true if the onetouchplay feature is enabled and then the Onetouchplay interval from the settings

The field needs to be converted to a Json array.

burningthumb commented 7 years ago

The field has been converted to a Json array and put.php modified to store it.