--- loncom/lond 2009/10/19 23:16:36 1.429 +++ loncom/lond 2009/10/20 00:50:33 1.430 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.429 2009/10/19 23:16:36 raeburn Exp $ +# $Id: lond,v 1.430 2009/10/20 00:50:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,7 +59,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.429 $'; #' stupid emacs +my $VERSION='$Revision: 1.430 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -3827,7 +3827,7 @@ sub dump_course_id_handler { my $items = &Apache::lonnet::thaw_unescape($value); if (ref($items) eq 'HASH') { if ($hashref->{$lasttime_key} eq '') { - next if ($since > 0); + next if ($since > 1); } $is_hash = 1; if (defined($clonerudom)) {