cfeventswithrepeat; // conflict free plot with repeat $output['cfplotwithrepeat'] = ''; /*// conflict free plot without repeat $output['cfplotwithoutrepeat'] = '';*/ // conflict plot with repeat if(count($this->overlapswithrepeat) == 0) { $output['withrepeat'] = -1; } else { $output['withrepeat'] = ''; } // conflict plot without repeat if(count($this->overlapswithoutrepeat) == 0) { $output['withoutrepeat'] = -1; } /*else { $output['withoutrepeat'] = ''; }*/ echo json_encode($output); ?>