Index: openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl 13 Jun 2004 18:44:22 -0000 1.2 +++ openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl 6 Dec 2004 12:02:44 -0000 1.3 @@ -72,6 +72,7 @@ {-creation_date ""} {-creation_user ""} {-creation_ip ""} + {-package_id ""} } { @param name @param text @@ -81,6 +82,7 @@ @param creation_date @param creation_user @param creation_ip + @param package_id @return NUMBER(38) } { @@ -93,5 +95,6 @@ [list creation_date $creation_date ] \ [list creation_user $creation_user ] \ [list creation_ip $creation_ip ] \ + [list package_id $package_id ] \ ] content_template new] }