Index: openacs-4/packages/monitoring/www/monitor.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/monitoring/www/monitor.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/monitoring/www/monitor.tcl 26 Feb 2005 17:52:22 -0000 1.3 +++ openacs-4/packages/monitoring/www/monitor.tcl 26 Nov 2024 09:23:38 -0000 1.4 @@ -13,7 +13,7 @@ # let's build an ns_set just to figure out how many distinct elts; kind of a kludge # but I don't see how it would be faster in raw Tcl -set scratch [ns_set new scratch] +set scratch [ns_set create scratch] foreach connection $connections { ns_set cput $scratch [lindex $connection 1] 1 }