Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 9 Oct 2001 15:42:20 -0000 1.5 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 12 Oct 2001 19:43:08 -0000 1.6 @@ -42,7 +42,7 @@ # The default param must be configured set key "community_id" - set value [portal::get_element_param $element_id $key] + # set value [portal::get_element_param $element_id $key] portal::set_element_param $element_id $key $community_id @@ -68,14 +68,12 @@ # for now query the DM directly if { [db_0or1row select_comminity_info $query] } { - set data "$pretty_name - $description" + set data "$pretty_name - descriptions not available yet" } else { set data "Community info not found. Contact webmaster, please!" } append data "
List of Students" - - ns_log notice "AKS-dotlrn-portlet got here $data" return $data