Fisheye: Tag 1.1 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.1 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.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-search.tcl,v diff -u -r1.26.2.1 -r1.26.2.2 --- openacs-4/packages/dotlrn/www/admin/users-search.tcl 31 May 2005 23:13:07 -0000 1.26.2.1 +++ openacs-4/packages/dotlrn/www/admin/users-search.tcl 13 Sep 2005 04:34:37 -0000 1.26.2.2 @@ -211,14 +211,14 @@ if {[lsearch -exact $tables "users"] == -1} { lappend tables "users" } - lappend wheres "(dotlrn_users.user_id = users.user_id and users.last_visit <= (sysdate - :last_visit_greater))" + lappend wheres [db_map last_visit_g] } if {![empty_string_p $last_visit_less]} { if {[lsearch -exact $tables "users"] == -1} { lappend tables "users" } - lappend wheres "(dotlrn_users.user_id = users.user_id and users.last_visit >= (sysdate - :last_visit_less))" + lappend wheres [db_map last_visit_l] } set role_list [element get_values user_search role]