Index: openacs.org-dev/www/templates/homepage-index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs.org-dev/www/templates/homepage-index.tcl,v
diff -u -r1.15 -r1.16
--- openacs.org-dev/www/templates/homepage-index.tcl	3 Aug 2002 09:00:25 -0000	1.15
+++ openacs.org-dev/www/templates/homepage-index.tcl	3 Aug 2002 19:05:31 -0000	1.16
@@ -43,7 +43,8 @@
        pretty_publish_date
 from   news_items_approved
 where  package_id = 43787
--- and $view_clause
+       publish_date < current_timestamp
+       and (archive_date is null or archive_date > current_timestamp)
 order  by publish_date desc, item_id desc
 "