diff options
| author | Björn Geiger | 2011-03-10 21:48:48 +0100 |
|---|---|---|
| committer | Björn Geiger | 2011-03-10 21:48:48 +0100 |
| commit | d70f09da9fe5e0eaadde22433761ed696a558fe9 (patch) | |
| tree | 096476b8074a6cb12da0b05bee1589ab9aa15f8f /application/views/scripts/session | |
| parent | bei Verknüpfungstabellen zusammengesetzter primary key erzeugt, Zend braucht... (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-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')
| -rw-r--r-- | application/views/scripts/session/index.phtml | 2 |
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( |
