Index: openacs-4/packages/acs-content-repository/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/index.vuh,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/acs-content-repository/www/index.vuh 27 Oct 2014 16:39:12 -0000 1.10 +++ openacs-4/packages/acs-content-repository/www/index.vuh 29 Jun 2015 16:34:41 -0000 1.11 @@ -1,3 +1,4 @@ +# -*- Tcl -*- ################## KLUDGE BY STAS ############### # Try and look up the item in the content repository ################################################# @@ -15,7 +16,6 @@ set the_url [ad_conn path_info] set content_type "" - # Get the IDs set content_root [db_string content_root ""] set template_root [db_string template_root ""] @@ -29,14 +29,5 @@ if { [content::init the_url the_root $content_root $template_root public $revision_id $content_type] } { set file "$the_root/$the_url" rp_internal_redirect -absolute_path $file -} else { - ns_returnnotfound - #set page "[ad_header {Content Item Not Found}]" - #append page "

Content Item Not Found

" - #append page "The requested item is not available for viewing. " - #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 }