From 2ca9ebc9793072c261a520f155e0d68b33066b7a Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 25 Oct 2011 17:07:40 +0200 Subject: was weiß ich --- .../views/scripts/event/checkoverlapdrop.phtml | 46 +++++++++++++++------- 1 file changed, 31 insertions(+), 15 deletions(-) (limited to 'application/views/scripts/event/checkoverlapdrop.phtml') diff --git a/application/views/scripts/event/checkoverlapdrop.phtml b/application/views/scripts/event/checkoverlapdrop.phtml index 279e798..b53c482 100644 --- a/application/views/scripts/event/checkoverlapdrop.phtml +++ b/application/views/scripts/event/checkoverlapdrop.phtml @@ -3,40 +3,56 @@ $output['cfevents'] = $this->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; + $output['withrepeat'] = -1; } else { $output['withrepeat'] = ''; } // conflict plot without repeat if(count($this->overlapswithoutrepeat) == 0) { - $output['withoutrepeat'] = -1; + $output['withoutrepeat'] = -1; } else { - $output['withoutrepeat'] = ''; + $output['withoutrepeat'] = ''; } echo json_encode($output); ?> \ No newline at end of file -- cgit v1.2.3-55-g7522