git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.2@933 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-07-25 11:56:46 +00:00
parent 6e0b3bca6d
commit 5d42ee21de

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>