Index: openacs-4/packages/content-includelet/lib/content-includelet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/content-includelet/lib/content-includelet.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/content-includelet/lib/content-includelet.tcl 11 Jul 2008 16:38:55 -0000 1.1 +++ openacs-4/packages/content-includelet/lib/content-includelet.tcl 14 Jul 2008 16:32:39 -0000 1.2 @@ -3,22 +3,15 @@ The display logic for the content includelet Note: the optional revision_id queryvar is used by the admin "view revision" script - to override the live version. + to override the live version. When included from the layout manager, the queryvar + is not set, of course. @author Don Baccus (dhogaza@pacifier.com) @cvs_id $Id$ } { revision_id:optional } -#array set config $cf -#if { [info exists config(param_name)] } { -# set item_id $config($param_name) -#} else { -# set item_id $config(content_id) -#} -#set element_id $config(element_id) - if { [info exists param_name] } { set item_id [set $param_name] } else {