and the other bit <_<

git-svn-id: file:///home/shish/svn/shimmie2/trunk@932 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-07-25 11:55:55 +00:00
parent 304ef0351f
commit e6ec382aee

View File

@ -15,7 +15,7 @@ class IPBanTheme extends Themelet {
global $user;
$h_bans = "";
foreach($bans as $ban) {
$end_human = date('Y-m-d', $ban['end']);
$end_human = date('Y-m-d', $ban['end_timestamp']);
$h_bans .= "
<tr>
<td>{$ban['ip']}</td>