[LON-CAPA-cvs] cvs: loncom(version_2_10_X) / lond

raeburn raeburn at source.lon-capa.org
Thu Nov 17 13:31:49 EST 2011


raeburn		Thu Nov 17 18:31:49 2011 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom	lond 
  Log:
  - Backport 1.485.
  
  
Index: loncom/lond
diff -u loncom/lond:1.467.2.5 loncom/lond:1.467.2.6
--- loncom/lond:1.467.2.5	Thu Jul 28 19:42:18 2011
+++ loncom/lond	Thu Nov 17 18:31:49 2011
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.467.2.5 2011/07/28 19:42:18 raeburn Exp $
+# $Id: lond,v 1.467.2.6 2011/11/17 18:31:49 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -59,7 +59,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.467.2.5 $'; #' stupid emacs
+my $VERSION='$Revision: 1.467.2.6 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -3927,7 +3927,7 @@
         $creationcontext = '.';
     }
     my $unpack = 1;
-    if ($description eq '.' && $instcodefilter eq '.' && $coursefilter eq '.' && 
+    if ($description eq '.' && $instcodefilter eq '.' && $ownerfilter eq '.' && 
         $typefilter eq '.') {
         $unpack = 0;
     }




More information about the LON-CAPA-cvs mailing list