Index: openacs-4/packages/dotlrn-homework/www/file-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/www/file-add.tcl,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/dotlrn-homework/www/file-add.tcl 20 Apr 2004 21:13:31 -0000 1.3 +++ openacs-4/packages/dotlrn-homework/www/file-add.tcl 21 Feb 2006 15:14:53 -0000 1.3.2.1 @@ -63,7 +63,7 @@ db_transaction { dotlrn_homework::new -file_id $file_id -new_file_p 1 -parent_folder_id $folder_id -title $name \ - -description $description -upload_file $upload_file -homework_file_id $homework_file_id + -description $description -upload_file $upload_file -homework_file_id $homework_file_id -package_id [ad_conn package_id] # Alert management. Semantics are hardwired to Sloan's spec. Eventually it would probably be nice # to make 'em configurable for non-admin users as they are now for admin users