summaryrefslogtreecommitdiff
path: root/src/mod_last_sql.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-09-24 23:34:28 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-09-24 23:34:28 +0300
commitfa31e3ef2321e3901d167d3654693b85313acf08 (patch)
treea0cc9c146661887ef0b1440a103484fa5684e044 /src/mod_last_sql.erl
parentImprove namespace handling (diff)
Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1
Diffstat (limited to 'src/mod_last_sql.erl')
-rw-r--r--src/mod_last_sql.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_last_sql.erl b/src/mod_last_sql.erl
index 13b028c6..718f01df 100644
--- a/src/mod_last_sql.erl
+++ b/src/mod_last_sql.erl
@@ -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}].