Skip to content
Snippets Groups Projects
Commit c3874013 authored by deuce's avatar deuce
Browse files

Add the internal program code to the return object from usersOfSince()

parent 5bf9648b
No related branches found
No related tags found
No related merge requests found
......@@ -724,6 +724,7 @@ function LogParser_usersOfSince(xtrn, since)
ret.total=0;
ret.total_duration=0;
ret.users=0;
ret.prog=xtrn;
for(var i in this.door[xtrn].log) {
if(this.door[xtrn].log[i].date >= since) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment