summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-29 21:00:00 +0200
committerBjörn Geiger2011-06-29 21:00:00 +0200
commit6f5b061e8d4637763e559ddf477bcafde6f09746 (patch)
treee3cf0459115bb357af31f6fa192ac0c6b553994d /application/views/scripts
parentDatumseingabe korrigiert (diff)
downloadpoolctrl-6f5b061e8d4637763e559ddf477bcafde6f09746.tar.gz
poolctrl-6f5b061e8d4637763e559ddf477bcafde6f09746.tar.xz
poolctrl-6f5b061e8d4637763e559ddf477bcafde6f09746.zip
minor
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/event/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 0b9e352..d35f7c8 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -45,10 +45,10 @@ echo "There are no events" ?>
}
?>
<div class='details'><label>Start Time:</label>
- <div class='item'><?php echo date ('d. F Y - H:i', strtotime($event['start'])); ?>&nbsp;</div>
+ <div class='item'><?php echo date ('d F Y - H:i', strtotime($event['start'])); ?>&nbsp;</div>
</div>
<div class='details'><label>End Time:</label>
- <div class='item'><?php echo date ('d. F Y - H:i', strtotime($event['end'])); ?>&nbsp;</div>
+ <div class='item'><?php echo date ('d F Y - H:i', strtotime($event['end'])); ?>&nbsp;</div>
</div>
<div class='details'><label>Participants:</label>
<div class='item'><?php echo $event['participants']; ?>&nbsp;</div>