@ -602,15 +602,15 @@ function active_filter($active, $url_params, $row) {
global $_user;
if ($active=='1') {
$action='AccountActive';
$image='right';
$image='accept';
}
if ($active=='0') {
$action='AccountInactive';
$image='wrong';
$image='error';
}
if ($row['0']<>$_user['user_id']) { // you cannot lock yourself out otherwise you could disable all the accounts including your own => everybody is locked out and nobody can change it anymore.