[LON-CAPA-cvs] cvs: loncom /interface lonindexer.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 9 09:52:07 EDT 2018
raeburn Thu Aug 9 13:52:07 2018 EDT
Modified files:
/loncom/interface lonindexer.pm
Log:
- Reverse change in 1.228. (Modify lonnet.pm instead).
Index: loncom/interface/lonindexer.pm
diff -u loncom/interface/lonindexer.pm:1.228 loncom/interface/lonindexer.pm:1.229
--- loncom/interface/lonindexer.pm:1.228 Tue Aug 7 17:41:40 2018
+++ loncom/interface/lonindexer.pm Thu Aug 9 13:52:07 2018
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Directory Indexer
#
-# $Id: lonindexer.pm,v 1.228 2018/08/07 17:41:40 raeburn Exp $
+# $Id: lonindexer.pm,v 1.229 2018/08/09 13:52:07 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -721,7 +721,7 @@
}
if ($udom ne '' && $uname ne '') {
# Don't display "course author" directory.
- next if (&Apache::lonnet::is_course($udom.'_'.$uname));
+ next if (&Apache::lonnet::is_course($udom,$uname));
}
}
my (@fileparts) = split(/\./,$strip);
More information about the LON-CAPA-cvs
mailing list