Index: openacs-4/packages/fs-portlet/tcl/fs-contents-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/fs-contents-portlet-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/fs-portlet/tcl/fs-contents-portlet-procs.tcl 9 Aug 2002 18:39:32 -0000 1.3 +++ openacs-4/packages/fs-portlet/tcl/fs-contents-portlet-procs.tcl 27 Oct 2014 16:41:42 -0000 1.4 @@ -20,7 +20,7 @@ Used for the "handouts", "assignments", etc. portlets @author Arjun Sanyal (arjun@openforce.net) - @version $Id$ + @cvs-id $Id$ } @@ -77,7 +77,7 @@ portal::set_element_param $element_id folder_id $folder_id - if {![empty_string_p $hide_p]} { + if {$hide_p ne ""} { portal::configure_element -noconn 1 $element_id hide "" } }