mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1
This commit is contained in:
parent
58969fb854
commit
fa31e3ef23
32 changed files with 73 additions and 71 deletions
|
@ -62,7 +62,7 @@ import(LServer) ->
|
|||
[{<<"select username, seconds, state from last">>,
|
||||
fun([LUser, TimeStamp, State]) ->
|
||||
#last_activity{us = {LUser, LServer},
|
||||
timestamp = jlib:binary_to_integer(
|
||||
timestamp = binary_to_integer(
|
||||
TimeStamp),
|
||||
status = State}
|
||||
end}].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue