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

Don't use logon time as last on date... use erm... laston_date

parent 5fe210d0
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ for(i=1;i<=lastuser;i++) {
usr.alias=u.alias.toString();
usr.location=u.location.toString();
usr.connection=u.connection.toString();
usr.logon=strftime("%m/%d/%y",u.logontime);
usr.laston=0-u.logontime;
usr.logon=strftime("%m/%d/%y",u.stats.laston_date);
usr.laston=0-u.stats.laston_date;
template.users.push(usr);
}
template.users.sort(alphasort);
......
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