Index: openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl,v diff -u -r1.4.4.2 -r1.4.4.3 --- openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 26 Feb 2003 21:59:28 -0000 1.4.4.2 +++ openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 5 Mar 2003 14:40:42 -0000 1.4.4.3 @@ -149,7 +149,6 @@ # Get Node Attribute proc xml_node_get_attribute {node_id attribute_name} { - if { [_nsxml_version_2_p] } { return [ns_xml node get attr $node_id $attribute_name] } else {