Index: openacs-4/packages/attachments/www/file-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/file-add-2.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/attachments/www/file-add-2.tcl 6 Dec 2018 13:50:34 -0000 1.11 +++ openacs-4/packages/attachments/www/file-add-2.tcl 6 Dec 2018 13:54:53 -0000 1.12 @@ -39,12 +39,6 @@ set filename $upload_file } -# Get the user -set user_id [ad_conn user_id] - -# Get the ip -set creation_ip [ad_conn peeraddr] - set root_folder [attachments::get_root_folder] set fs_package_id [db_string get_fs_package_id { select package_id @@ -59,8 +53,6 @@ -item_id $file_id \ -parent_id $folder_id \ -tmp_filename ${upload_file.tmpfile}\ - -creation_user $user_id \ - -creation_ip $creation_ip \ -title $title \ -description $description \ -package_id $fs_package_id