Index: openacs-4/packages/acs-tcl/tcl/pdf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/pdf-procs.tcl,v diff -u -r1.2.12.2 -r1.2.12.3 --- openacs-4/packages/acs-tcl/tcl/pdf-procs.tcl 25 Aug 2014 09:29:03 -0000 1.2.12.2 +++ openacs-4/packages/acs-tcl/tcl/pdf-procs.tcl 8 Sep 2014 07:11:07 -0000 1.2.12.3 @@ -92,15 +92,14 @@ @creation-date 2005-07-07 @param pdf_file the pdf-file to save @param folder_id the folder the document is stored in - @title Title or name of the document - @description Description of the document - @return + @param title Title or name of the document + @param description Description of the document + @return item_id - @error } { set file_size [file size $pdf_file] set item_id [cr_import_content -title $title -description $description $folder_id $pdf_file $file_size application/pdf $title] - return item_id + return $item_id } ad_proc -private text_templates::create_html_content {