Index: openacs-4/packages/static-pages/tcl/static-pages-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs.tcl,v diff -u -N -r1.11.2.13 -r1.11.2.14 --- openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 6 Feb 2003 13:05:51 -0000 1.11.2.13 +++ openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 22 Apr 2003 00:28:12 -0000 1.11.2.14 @@ -4,7 +4,7 @@ @author Brandoch Calef (bcalef@arsdigita.com) @creation-date 2001-01-22 - @cvs-id $Id$ + @cvs-id static-pages-procs.tcl,v 1.11.2.13 2003/02/06 13:05:51 jeffd Exp } @@ -246,10 +246,7 @@ ns_mutex lock $mutex - if { ![nsv_array exists $nsv] } { - ns_mutex unlock $mutex - error "nsv array '$nsv' does not exist!" - } elseif { ![nsv_exists $nsv $package_id] } { + if { ![nsv_exists $nsv $package_id] } { # The package_id isn't in the array yet at all, so another copy # is not running. set other_start_time {}