diff options
author | Egor <egor.26.93@gmail.com> | 2015-07-19 23:15:08 +0300 |
---|---|---|
committer | Egor <egor.26.93@gmail.com> | 2015-07-19 23:15:08 +0300 |
commit | 50ff8ab2720fabea8a815b96071b6bab3e3a5dbb (patch) | |
tree | 422338359e04b5b86eeb680cd2043493a0faa939 /codebase/Dhtmlx/Connector/JSONSchedulerConnector.php | |
parent | 8255a94f15a0722c8789a9b363962ca943e51d6b (diff) | |
download | connector-php-50ff8ab2720fabea8a815b96071b6bab3e3a5dbb.zip connector-php-50ff8ab2720fabea8a815b96071b6bab3e3a5dbb.tar.gz connector-php-50ff8ab2720fabea8a815b96071b6bab3e3a5dbb.tar.bz2 |
Updated live update functionality.
Diffstat (limited to 'codebase/Dhtmlx/Connector/JSONSchedulerConnector.php')
-rwxr-xr-x | codebase/Dhtmlx/Connector/JSONSchedulerConnector.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codebase/Dhtmlx/Connector/JSONSchedulerConnector.php b/codebase/Dhtmlx/Connector/JSONSchedulerConnector.php index a84bf68..443dbcc 100755 --- a/codebase/Dhtmlx/Connector/JSONSchedulerConnector.php +++ b/codebase/Dhtmlx/Connector/JSONSchedulerConnector.php @@ -5,6 +5,7 @@ use Dhtmlx\Connector\Output\OutputWriter; class JSONSchedulerConnector extends SchedulerConnector { protected $data_separator = ","; + protected $live_update_data_type = "JSONDataUpdate"; /*! constructor |