Index: openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl 4 Oct 2001 18:17:37 -0000 1.2 +++ openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl 4 Oct 2001 19:16:49 -0000 1.3 @@ -69,4 +69,17 @@ # this call removes the PEs params too set element_id [portal::remove_element {$portal_id $element_id}] } + + ad_proc show { cf } { + Display the PE + + @param cf A config array + @author arjun@openforce.net + @creation-date Sept 2001 + } { + + ns_log notice "AKS28 [array get cf]" + + return "[array get cf]" + } # namespace