|
|
|
@ -111,7 +111,7 @@ if ($query != '' || ($query_vars['search_type']=='1' && count($query_vars)>2)) { |
|
|
|
|
] |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
if ($user_info['user_is_online']) { |
|
|
|
|
if (!empty($user_info['user_is_online'])) { |
|
|
|
|
$status_icon = Display::return_icon('online.png', get_lang('OnLine'), null, ICON_SIZE_TINY); |
|
|
|
|
} else { |
|
|
|
|
$status_icon = Display::return_icon('offline.png', get_lang('Disconnected'), null, ICON_SIZE_TINY); |
|
|
|
|