Index: openacs-4/contrib/obsolete-packages/ticket-tracker/www/category.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/ticket-tracker/www/category.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/obsolete-packages/ticket-tracker/www/category.tcl 20 Apr 2001 20:51:25 -0000 1.1 +++ openacs-4/contrib/obsolete-packages/ticket-tracker/www/category.tcl 12 Jun 2001 06:25:49 -0000 1.2 @@ -41,9 +41,9 @@ # dimensional slider definition set dimensional { {created "Creation Time" any { - {1d "last 24hrs" {where "tt.creation_date + 1 > sysdate"}} - {1w "last week" {where "tt.creation_date + 7 > sysdate"}} - {1m "last month" {where "tt.creation_date + 30 > sysdate"}} + {1d "last 24hrs" {where "[db_map last_1_day]"}} + {1w "last week" {where "[db_map last_7_days]"}} + {1m "last month" {where "[db_map last_30_days]"}} {any "all" {}} }} } @@ -88,8 +88,3 @@ tasks_select $sql $table_def] ad_return_template - - - - -