Stop incoming from the DB...

Hello everybody,

I’m in front of a very strange problem…

All the datas is running perfectly on the scheduler from Json input and from the DataBase…
But when I simply change a date (2016 to 2017) of this line,

$parse_actions.='{ start_date: "'.$tab_date_action[2].'-'.$tab_date_action[1].'-[u][b]2015[/b][/u] 00:00:00", end_date: "'.$date_fin.'", commentaire: "'.$row_action['tache'].'", text:"11"'.$affich_recur.' }'; all datas from DB is not displayed anymore…

Do you have any ideas?

Thank’s

Sorry with the and in the code…

It’s more easy…

var action1=[{ start_date: "20-02-2016", end_date: "21-02-2016 00:00:00", commentaire: "rrrrr", text:"11" }, { start_date: "20-2-2017 00:00:00", end_date: "20-02-2019 00:00:00", commentaire: "rrrrr", text:"11", rec_type: "year_1___", event_length: 86400, event_pid:0 }];

With this 2017 it’s not ok but with 2016 it is!!!