[LON-CAPA-cvs] cvs: modules /gerd/harvesting lonindexer.pm
www
www at source.lon-capa.org
Wed Jul 11 08:18:32 EDT 2012
www Wed Jul 11 12:18:32 2012 EDT
Modified files:
/modules/gerd/harvesting lonindexer.pm
Log:
Make this run on 2.10 and later
Index: modules/gerd/harvesting/lonindexer.pm
diff -u modules/gerd/harvesting/lonindexer.pm:1.6 modules/gerd/harvesting/lonindexer.pm:1.7
--- modules/gerd/harvesting/lonindexer.pm:1.6 Tue Jul 10 15:46:42 2012
+++ modules/gerd/harvesting/lonindexer.pm Wed Jul 11 12:18:32 2012
@@ -5,7 +5,7 @@
#
# MODIFY $datapath VARIABLE FOR LOCATION OF DATA FILES
#
-# $Id: lonindexer.pm,v 1.6 2012/07/10 15:46:42 www Exp $
+# $Id: lonindexer.pm,v 1.7 2012/07/11 12:18:32 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -360,7 +360,7 @@
my $colspan='';
$extrafield='';
- my $diropendb = LONCAPA::tempdir() .
+ my $diropendb = '/home/httpd/perl/tmp/' .
"$env{'user.domain'}_$env{'user.name'}_sel_res.db";
%hash = ();
{
More information about the LON-CAPA-cvs
mailing list