Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/packages/dotlrn/www/admin/users-search-oracle.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/packages/dotlrn/www/admin/users-search-postgresql.xql'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/dotlrn/www/admin/users-search.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-search.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn/www/admin/users-search.xql 22 Nov 2017 13:44:45 -0000 1.1 @@ -0,0 +1,22 @@ + + + + + + + + + + + + (dotlrn_users.user_id = users.user_id and users.last_visit <= current_timestamp - interval :last_visit_greater day) + + + + + + (dotlrn_users.user_id = users.user_id and users.last_visit >= current_timestamp - interval :last_visit_less day) + + + +