Index: openacs-4/packages/dotlrn/tcl/applets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/applets-procs.tcl,v diff -u -N -r1.21 -r1.22 --- openacs-4/packages/dotlrn/tcl/applets-procs.tcl 7 Jun 2007 20:32:27 -0000 1.21 +++ openacs-4/packages/dotlrn/tcl/applets-procs.tcl 12 May 2010 14:15:34 -0000 1.22 @@ -36,7 +36,7 @@ } ad_proc -public is_initalized {} { - if {[nsv_exists site_nodes "[get_url]/"]} { + if {[site_node::exists_p -url "[get_url]/"]} { return 1 } else { return 0