Index: openacs-4/packages/file-storage/www/view/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/view/index.vuh,v diff -u -r1.1.4.3 -r1.1.4.4 --- openacs-4/packages/file-storage/www/view/index.vuh 6 Mar 2005 11:09:31 -0000 1.1.4.3 +++ openacs-4/packages/file-storage/www/view/index.vuh 6 Mar 2005 14:17:02 -0000 1.1.4.4 @@ -51,7 +51,7 @@ append page "The item is either not available on this server or it is not in a publishable state " append page "Unpublished items can be viewed via the CMS interface if the CMS package is installed.
" append page "[ad_footer]" - doc_return 200 text/html $page + doc_return 404 text/html $page } else { if {![exists_and_not_null version_id]} { set version_id [item::get_live_revision $file_id] @@ -77,6 +77,6 @@ append page "The item is either not available on this server or it is not in a publishable state " append page "Unpublished items can be viewed via the CMS interface if the CMS package is installed.
" append page "[ad_footer]" - doc_return 200 text/html $page + doc_return 404 text/html $page } }