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.9 -r1.10 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 9 Nov 2001 19:42:44 -0000 1.9 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 10 Nov 2001 02:39:24 -0000 1.10 @@ -67,10 +67,10 @@ where community_id = $config(community_id)" if { $config(shaded_p) == "f" } { - + # for now query the DM directly if { [db_0or1row select_comminity_info $query] } { - set data "$pretty_name - descriptions not available yet" + set data "$pretty_name - $description" } else { set data "Community info not found. Contact webmaster, please!" }