--- loncom/lond 2008/05/29 05:44:48 1.401 +++ loncom/lond 2008/05/30 21:33:21 1.403 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.401 2008/05/29 05:44:48 raeburn Exp $ +# $Id: lond,v 1.403 2008/05/30 21:33:21 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.401 $'; #' stupid emacs +my $VERSION='$Revision: 1.403 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -3718,7 +3718,9 @@ sub dump_course_id_handler { $is_hash = 0; my @courseitems = split(/:/,$value); $lasttime = pop(@courseitems); - next if ($lasttime<$since); + if ($hashref->{$lasttime_key} eq '') { + next if ($lasttime<$since); + } ($val{'descr'},$val{'inst_code'},$val{'owner'},$val{'type'}) = @courseitems; } my $match = 1;