[LON-CAPA-cvs] cvs: doc /loncapafiles update_queue_slots.piml

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 28 Jun 2006 20:48:04 -0000


albertel		Wed Jun 28 16:48:04 2006 EDT

  Modified files:              
    /doc/loncapafiles	update_queue_slots.piml 
  Log:
  - updated calling convention for the locking_hash_tie 
  
  
Index: doc/loncapafiles/update_queue_slots.piml
diff -u doc/loncapafiles/update_queue_slots.piml:1.3 doc/loncapafiles/update_queue_slots.piml:1.4
--- doc/loncapafiles/update_queue_slots.piml:1.3	Tue Jun 27 10:26:37 2006
+++ doc/loncapafiles/update_queue_slots.piml	Wed Jun 28 16:48:04 2006
@@ -3,7 +3,7 @@
 <!-- accesscount_seed.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: update_queue_slots.piml,v 1.3 2006/06/27 14:26:37 albertel Exp $ -->
+<!-- $Id: update_queue_slots.piml,v 1.4 2006/06/28 20:48:04 albertel Exp $ -->
 
 <!--
 
@@ -80,7 +80,7 @@
     my $backup = "\b"x(8+$count2+14+$count+6);
     $updated++;
     print($backup."Updated $last directories, $updated files");
-    my $db = &amp;LONCAPA::locking_hash_tie($_,'nohist_',&amp;GDBM_WRCREAT());
+    my $db = &amp;LONCAPA::locking_hash_tie($_,&amp;GDBM_WRCREAT());
     if ($type eq 'queue') {
 	foreach my $key (keys(%{$db})) {
 	    my $real_key = &amp;unescape($key);