in adm/styles/acp_inactive.html
Look for
Code: Select all
<th>{L_EMAIL}</th>
Code: Select all
<th>{L_IP}</th>
Code: Select all
<td style="vertical-align: top;">{inactive.USER_EMAIL}</td>
Code: Select all
<td style="vertical-align: top;">{inactive.USER_IP}</td>
in includes/acp/acp_inactive.php
Look for
Code: Select all
'USER_EMAIL' => $row['user_email'],
Code: Select all
'USER_IP' => $row['user_ip'],