Index: openacs-4/contrib/obsolete-packages/ticket-tracker/www/user-assign-summary.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/ticket-tracker/www/user-assign-summary.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/obsolete-packages/ticket-tracker/www/user-assign-summary.tcl 20 Apr 2001 20:51:25 -0000 1.1 +++ openacs-4/contrib/obsolete-packages/ticket-tracker/www/user-assign-summary.tcl 4 Jun 2001 16:53:27 -0000 1.2 @@ -23,9 +23,9 @@ # dimensional slider definition set dimensional { {posted "In the last" any { - {year "year" {where "tt.creation_date + 365 > sysdate"}} - {3month "3 months" {where "tt.creation_date + 90 > sysdate"}} - {month "month" {where "tt.creation_date + 30 > sysdate"}} + {year "year" {where "[db_map posted_last_year]"}} + {3month "3 months" {where "[db_map posted_last_3mos]"}} + {month "month" {where "[db_map posted_last_month]"}} {any "all" {}} }} }