Index: openacs-4/packages/acs-content-repository/tcl/doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/doc-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/tcl/doc-procs.tcl 9 May 2001 05:15:58 -0000 1.3 +++ openacs-4/packages/acs-content-repository/tcl/doc-procs.tcl 9 May 2001 23:49:42 -0000 1.4 @@ -117,8 +117,8 @@ set opts(db) "" template::util::get_opts $args - doc::get_proc_header $proc_name $package_name doc_block code_block $opts(db) - doc::parse_proc_header $doc_block $code_block $param_ref $tags_ref $code_ref + get_proc_header $proc_name $package_name doc_block code_block $opts(db) + parse_proc_header $doc_block $code_block $param_ref $tags_ref $code_ref # Get the proc name if { [template::util::is_nil tags(name)] } {