Index: openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl,v diff -u -N -r1.17.6.3 -r1.17.6.4 --- openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl 29 Jul 2014 11:14:16 -0000 1.17.6.3 +++ openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl 5 Aug 2014 12:57:20 -0000 1.17.6.4 @@ -1,14 +1,15 @@ ad_page_contract { Simple file upload, attach image to object_id passed in, if no object_id, use the current package_id + @author Guenter Ernst guenter.ernst@wu-wien.ac.at, @author Gustaf Neumann neumann@wu-wien.ac.at @author Dave Bauer (dave@solutiongrove.com) @creation-date 13.07.2004 @cvs-id $Id$ } { {parent_id:naturalnum,optional} - {package_id ""} + {package_id:naturalnum ""} {selector_type "file"} {f_href ""} }