Index: openacs-4/packages/xowiki/www/admin/portal-element-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/portal-element-add.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/xowiki/www/admin/portal-element-add.tcl 27 Oct 2014 16:42:07 -0000 1.15 +++ openacs-4/packages/xowiki/www/admin/portal-element-add.tcl 7 Aug 2017 23:48:31 -0000 1.16 @@ -35,7 +35,7 @@ select 1 from portal_element_map where page_id = :portal_page_id and pretty_name = :page_title - } -default 0]} { + } 0]} { # # The name of the portal element is not unique. # @@ -65,3 +65,9 @@ } ad_script_abort + +# Local variables: +# mode: tcl +# tcl-indent-level: 2 +# indent-tabs-mode: nil +# End: