Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 12 Oct 2001 14:45:50 -0000 1.24 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 17 Oct 2001 15:00:28 -0000 1.25 @@ -274,40 +274,6 @@ } -ad_proc -public render_element { element_id region_id } { - Wrapper for the below proc - - @return - @param element_id - @param region_id - @author Arjun Sanyal - @creation-date Sept 2001 -} { - - # get the complete, evaluated element. - # if there's an error, report it. - if { [catch {set element_data [evaluate_element $element_id] } errmsg ] } { - if { [ad_parameter log_datasource_errors_p] == 1} { - ns_log Error "portal: $errmsg" - } - - if { [ad_parameter show_datasource_errors_p] == 1} { - set element(content) "