[LON-CAPA-cvs] cvs: loncom / lond
raeburn
raeburn at source.lon-capa.org
Thu Nov 17 13:22:36 EST 2011
raeburn Thu Nov 17 18:22:36 2011 EDT
Modified files:
/loncom lond
Log:
- In &dump_course_id_handler(), make filtering of courses by owner work
when course owner is the only filter.
Index: loncom/lond
diff -u loncom/lond:1.484 loncom/lond:1.485
--- loncom/lond:1.484 Mon Nov 7 18:13:37 2011
+++ loncom/lond Thu Nov 17 18:22:36 2011
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.484 2011/11/07 18:13:37 raeburn Exp $
+# $Id: lond,v 1.485 2011/11/17 18:22:36 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -60,7 +60,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.484 $'; #' stupid emacs
+my $VERSION='$Revision: 1.485 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -3997,7 +3997,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