Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Cell Time Division not working correctly

$
0
0

Replies: 0

In order to get the cell time division to display hourly values, I had to update the options table manually. I tried to update the field using the interface provided in wp-admin, but it did not work.

The important code is:
s:12:\”timedivision\”;s:4:\”1.00\”

The actual mysql command was the following:

UPDATEfr_optionsSEToption_value= 'a:15:{s:9:\"starttime\";s:1:\"9\";s:7:\"endtime\";s:2:\"22\";s:12:\"timedivision\";s:4:\"1.00\";s:12:\"tooltipwidth\";i:300;s:13:\"tooltiptarget\";s:12:\"right center\";s:12:\"tooltippoint\";s:11:\"left center\";s:18:\"tooltipcolorscheme\";s:10:\"qtip-cream\";s:18:\"displaydescription\";s:7:\"tooltip\";s:7:\"daylist\";s:0:\"\";s:10:\"timeformat\";s:7:\"24hours\";s:6:\"layout\";s:10:\"horizontal\";s:21:\"adjusttooltipposition\";b:1;s:12:\"schedulename\";s:7:\"Default\";s:10:\"linktarget\";s:8:\"_default\";s:10:\"floatthead\";b:0;}\r\n' WHEREfr_options.option_id= 59614;


Viewing all articles
Browse latest Browse all 59525

Trending Articles