Index: openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 19 Dec 2004 05:26:41 -0000 1.9 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 29 Oct 2005 12:29:58 -0000 1.9.2.1 @@ -26,10 +26,11 @@ ad_schedule_proc [expr {15 * 60}] acs_cr_scheduled_release_exec +set file_location [parameter::get_from_package_key -package_key "acs-content-repository" -parameter "CRFileLocationRoot" -default "content-repository-content-files"] nsv_set CR_LOCATIONS . "" if ![nsv_exists CR_LOCATIONS CR_FILES] { - nsv_set CR_LOCATIONS CR_FILES "[file dirname [string trimright [ns_info tcllib] "/"]]/content-repository-content-files" + nsv_set CR_LOCATIONS CR_FILES "[file dirname [string trimright [ns_info tcllib] "/"]]/$file_location" }