[LON-CAPA-cvs] cvs: modules /gci Autoreport.pl

gci gci@source.lon-capa.org
Mon, 11 Jan 2010 13:16:09 -0000


gci		Mon Jan 11 13:16:09 2010 EDT

  Modified files:              
    /modules/gci	Autoreport.pl 
  Log:
   - Customization for GCI_3.
    - Update hostname to production server.
  
  
Index: modules/gci/Autoreport.pl
diff -u modules/gci/Autoreport.pl:1.1 modules/gci/Autoreport.pl:1.2
--- modules/gci/Autoreport.pl:1.1	Mon Jan 11 02:58:15 2010
+++ modules/gci/Autoreport.pl	Mon Jan 11 13:16:09 2010
@@ -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 @@
         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).'<br /><br />'."\n\n".
                       &mt('The following link will take you to the statistics page for the Concept Test: ').'<br /><br />'."\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']);