Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/templates/community-new-index.adp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/templates/default-index.adp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/templates/default-index.tcl'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/templates/widgets/postings.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/templates/widgets/Attic/postings.tcl,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/templates/widgets/postings.tcl 28 Jul 2003 01:56:14 -0000 1.1.2.1 +++ openacs-4/templates/widgets/postings.tcl 4 Sep 2003 17:35:11 -0000 1.1.2.2 @@ -34,7 +34,7 @@ and ff.forum_id <> 46408 --and ff.package_id = 3928 and ff.enabled_p='t' -and last_child_post > (current_timestamp - $max_post_age_days) +and last_child_post > (current_timestamp - interval '$max_post_age_days') --order by forum_name limit $forum_limit " {