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.20 -r1.21 --- openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 27 Oct 2014 16:41:56 -0000 1.20 +++ openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 7 Aug 2017 23:48:29 -0000 1.21 @@ -148,7 +148,7 @@ {-portal_id:required} {-content_id:required} } { - ad_return_complaint 1 "static_portal_content::remove_from_portal not implimented" + ad_return_complaint 1 "static_portal_content::remove_from_portal not implemented" } ad_proc -public remove_all_from_portal { @@ -237,3 +237,9 @@ return [db_string get_content_format.select {} ] } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: