diff options
Diffstat (limited to '')
-rw-r--r-- | src/mod_last.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_last.erl b/src/mod_last.erl index aac37ec5..2f216473 100644 --- a/src/mod_last.erl +++ b/src/mod_last.erl @@ -174,7 +174,7 @@ store_last_info(User, Server, TimeStamp, Status) -> end, mnesia:transaction(F). -%% @spec (LUser::string(), LServer::string() -> +%% @spec (LUser::string(), LServer::string()) -> %% {ok, Timestamp::integer(), Status::string()} | not_found get_last_info(LUser, LServer) -> case catch mnesia:dirty_read(last_activity, {LUser, LServer}) of |