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;
|
global $user;
|
||||||
$h_bans = "";
|
$h_bans = "";
|
||||||
foreach($bans as $ban) {
|
foreach($bans as $ban) {
|
||||||
$end_human = date('Y-m-d', $ban['end']);
|
$end_human = date('Y-m-d', $ban['end_timestamp']);
|
||||||
$h_bans .= "
|
$h_bans .= "
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$ban['ip']}</td>
|
<td>{$ban['ip']}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user