Index: openacs-4/packages/evaluation/www/view/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/view/index.vuh,v diff -u -r1.2 -r1.3 --- openacs-4/packages/evaluation/www/view/index.vuh 22 May 2004 01:20:26 -0000 1.2 +++ openacs-4/packages/evaluation/www/view/index.vuh 14 Jul 2004 17:42:07 -0000 1.3 @@ -11,18 +11,18 @@ # Get the paths set the_root [ns_info pageroot] -set the_url [ad_conn path_info] set package_id [ad_conn package_id] # Get the IDs -set content_type [db_string get_content_type { *SQL* }] +db_1row revision_info { *SQL* } +set the_url $name set content_root [db_string get_folder_id { *SQL* }] set template_root "" # Serve the page - +ns_log Notice "url $the_url the_root $content_root !!\n" 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