--- modules/gci/Autoreport.pl 2010/01/11 02:58:15 1.1
+++ modules/gci/Autoreport.pl 2010/01/11 13:16:09 1.2
@@ -2,7 +2,7 @@
#
# Automated Report Availability
#
-# $Id: Autoreport.pl,v 1.1 2010/01/11 02:58:15 gci Exp $
+# $Id: Autoreport.pl,v 1.2 2010/01/11 13:16:09 gci Exp $
# Run as www. Call this from an entry in /etc/cron.d/loncapa
#
# www /home/httpd/perl/Autoreport.pl
@@ -78,7 +78,7 @@ sub send_message {
my $subject = &mt('GCI Concept Test Report in [_1]',$cdesc);
my $message = &mt('Aggregated test performance data are available from the Overall Statistics Page of your GCI Concept Test: [_1]:',$cdesc).'
'."\n\n".
&mt('The following link will take you to the statistics page for the Concept Test: ').'
'."\n\n".
- 'http://jefferson.lite.msu.edu/adm/login?username='.$ownername.'&symb=%2fadm%2fstatistics&role=cc.%2f'.$dom.'%2f'.$cnum."\n\n";
+ 'http://gci.lite.msu.edu/adm/login?username='.$ownername.'&symb=%2fadm%2fstatistics&role=cc.%2f'.$dom.'%2f'.$cnum."\n\n";
my @recusers;
my @recudoms;
my %cc_hash = &Apache::lonnet::get_my_roles($cnum,$dom,'','',['cc']);