Index: openacs-4/packages/dotlrn-syllabus/tcl/syllabus-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-syllabus/tcl/syllabus-admin-portlet-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-syllabus/tcl/syllabus-admin-portlet-procs.tcl 29 May 2002 23:00:25 -0000 1.4 +++ openacs-4/packages/dotlrn-syllabus/tcl/syllabus-admin-portlet-procs.tcl 13 Jun 2002 19:50:57 -0000 1.5 @@ -46,7 +46,8 @@ } { Adds a syllabus admin portlet element to the specified portal } { - return [portal::add_element_parameters \ + # this is simple, just use add_element, not add_element_parameters + return [portal::add_element \ -portal_id $portal_id \ -portlet_name [get_my_name] ] @@ -72,4 +73,13 @@ -config_list $cf } + + + ad_proc -public link { + cf + } { + } { + # noop + } + }