Index: openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 8 Aug 2006 21:27:12 -0000 1.19 +++ openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 27 Oct 2014 16:41:56 -0000 1.20 @@ -20,7 +20,7 @@ the "bboard" included in it's own "bboard-portlet" package. @author arjun@openforce.net - @version $Id$ + @cvs-id $Id$ } @@ -50,7 +50,7 @@ This is a bit different from other add_self_to_page procs. } { - if {![empty_string_p $template_id]} { + if {$template_id ne ""} { # we got a template_id, so we know that (1) that we are # being called from add_applet_to_community. That means that # we have a static portlet copied from our template,