
Backend/Func/AddToOnline.pm - Add a user to the who's online list
This function adds the specified user to the who's online list.
$self->AddToOnline($userdetails_object, $action_description [, $fid [, $gtid ] ]);
Example:
$self->AddToOnline($self->{userdetails}, 'Viewing the Main Board Page');
|