summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/checkoverlapselect.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/event/checkoverlapselect.phtml')
-rw-r--r--application/views/scripts/event/checkoverlapselect.phtml6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/views/scripts/event/checkoverlapselect.phtml b/application/views/scripts/event/checkoverlapselect.phtml
index e6fc8c1..fa87193 100644
--- a/application/views/scripts/event/checkoverlapselect.phtml
+++ b/application/views/scripts/event/checkoverlapselect.phtml
@@ -1,8 +1,4 @@
<?php
-// Output
-//print_r($this->overlaps);
-//$overlaps[] = array();
-
if(count($this->overlaps) == 0) {
$output = -1;
}
@@ -12,8 +8,6 @@ else {
$output .= '<li>' . 'EventID: ' . $o['eventID'] . ', Title: ' . $o['title'] . ', Start: ' . $o['start'] . ', End: ' . $o['end'] . '</li>';
}
$output .= '</ul>';
- // Echo contents of output, e.g. required values, such as title, date, etc.
- //echo json_encode($this->overlaps);
}
echo json_encode($output);
?> \ No newline at end of file