and the other bit <_<
git-svn-id: file:///home/shish/svn/shimmie2/trunk@932 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
304ef0351f
commit
e6ec382aee
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user