[LON-CAPA-cvs] cvs: loncom /interface lonindexer.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 18 Feb 2004 21:15:37 -0000
albertel Wed Feb 18 16:15:37 2004 EDT
Modified files:
/loncom/interface lonindexer.pm
Log:
- fix tabination
Index: loncom/interface/lonindexer.pm
diff -u loncom/interface/lonindexer.pm:1.92 loncom/interface/lonindexer.pm:1.93
--- loncom/interface/lonindexer.pm:1.92 Mon Feb 16 21:43:40 2004
+++ loncom/interface/lonindexer.pm Wed Feb 18 16:15:37 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Directory Indexer
#
-# $Id: lonindexer.pm,v 1.92 2004/02/17 02:43:40 taceyjo1 Exp $
+# $Id: lonindexer.pm,v 1.93 2004/02/18 21:15:37 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -722,7 +722,7 @@
return OK;
}
# Do we have permission to look at this?
- if($filecom[15] ne '1') { return OK if (!&Apache::lonnet::allowed('bre',$startdir.$filecom[0])); }
+ if($filecom[15] ne '1') { return OK if (!&Apache::lonnet::allowed('bre',$startdir.$filecom[0])); }
# display domain
if ($filecom[1] eq 'domain') {