Index: openacs-4/packages/acs-subsite/www/admin/site-map/new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/new.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/www/admin/site-map/new.tcl 21 Jun 2002 19:08:33 -0000 1.2 +++ openacs-4/packages/acs-subsite/www/admin/site-map/new.tcl 22 Jun 2002 20:54:47 -0000 1.3 @@ -17,7 +17,7 @@ } } name_duplicate_ck -requires name_root_ck { - if { [db_string site_node_duplicate_name_root_ck {} -default 0]} { + if {[db_string site_node_duplicate_name_root_ck {} -default 0]} { ad_complain } } @@ -53,13 +53,12 @@ -pattern_p $pattern_p \ ] } on_error { - if {![db_string site_node_new_doubleclick_protect {} -default 0]} { - ad_return_complaint "Error Creating Site Node" "The following error was generated - when attempting to create the site node: + ad_return_complaint \ + "Error Creating Site Node" \ + "The following error was generated when attempting to create the site node:
                 [ad_quotehtml $errmsg]
         
" - } } if {[lsearch $expand $parent_id] == -1} {