summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/event/index.phtml3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 60f5a33..4076b08 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -44,12 +44,11 @@ if(count($this->eventlist)>0) {
<?php
foreach ($this->poollist as $pool):
- $poolEvents = $this->eventlist[$pool->getID()]; ?>
+ $poolEvents = $this->eventlist[$pool->getID()]; ?>
<div id='pool<?php echo $pool->getID(); ?>' style='display:none;' >
<h2><?php echo $pool->getTitle(); ?></h2>
<?php if(count($poolEvents)==0) {
echo "This Pool hasn't events yet";
- break;
} else { ?>
<?php foreach ($poolEvents as $event): ?>
<div class='element'>