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