summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/session/index.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-10 21:48:48 +0100
committerBjörn Geiger2011-03-10 21:48:48 +0100
commitd70f09da9fe5e0eaadde22433761ed696a558fe9 (patch)
tree096476b8074a6cb12da0b05bee1589ab9aa15f8f /application/views/scripts/session/index.phtml
parentbei Verknüpfungstabellen zusammengesetzter primary key erzeugt, Zend braucht... (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-d70f09da9fe5e0eaadde22433761ed696a558fe9.tar.gz
pbs2-d70f09da9fe5e0eaadde22433761ed696a558fe9.tar.xz
pbs2-d70f09da9fe5e0eaadde22433761ed696a558fe9.zip
Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/views/scripts/session/index.phtml')
-rw-r--r--application/views/scripts/session/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/session/index.phtml b/application/views/scripts/session/index.phtml
index 0ff255d..6e87acf 100644
--- a/application/views/scripts/session/index.phtml
+++ b/application/views/scripts/session/index.phtml
@@ -19,7 +19,7 @@
<td><?php echo $this->escape($session->getClientID()) ?></td>
<td><?php echo $this->escape($session->getBootosID()) ?></td>
<td><?php echo $this->escape($session->getBootisoID()) ?></td>
- <td><?php echo $this->escape($session->getTime()) ?></td>
+ <td><?php echo date('d.m.Y H:i',$this->escape($session->getTime())) ?></td>
<td><?php echo $this->escape($session->getIp()) ?></td>
<td><?php echo $this->escape($session->getIp6()) ?></td>
<td class='action'><a href="<?php echo $this->url(