1
0
Fork 0
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:
Evgeniy Khramtsov 2016-09-24 23:34:28 +03:00
parent 58969fb854
commit fa31e3ef23
32 changed files with 73 additions and 71 deletions

View file

@ -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}].