Index: openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl 31 May 2005 22:08:03 -0000 1.1 +++ openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl 19 Jun 2005 06:05:09 -0000 1.2 @@ -57,14 +57,18 @@ @error } { + ns_log Warning "about to all folder new" set folder_id [content::folder::new \ -name "scholarship_fund_${package_id}" \ -parent_id -100 \ -package_id $package_id \ -label "Scholarship Funds ${package_id}"] + ns_log Warning "folder_id is $folder_id" content::folder::register_content_type \ -folder_id $folder_id \ - -content_type scholarship_find + -content_type scholarship_fund + + ns_log Warning "registered the content type" }