Diff for /loncom/enrollment/Autoenroll.pl between versions 1.28 and 1.29

version 1.28, 2007/12/05 02:04:02 version 1.29, 2008/01/02 03:39:50
Line 236 Line 236
                     if ( ($enrollvar{$crs}{autostart} < $timenow) && ( ($enrollvar{$crs}{autoend} > $timenow) || ($enrollvar{$crs}{autoend} == 0) ) ) {                      if ( ($enrollvar{$crs}{autostart} < $timenow) && ( ($enrollvar{$crs}{autoend} > $timenow) || ($enrollvar{$crs}{autoend} == 0) ) ) {
                         print $fh &mt('No institutional classlist data could be retrieved for [_1]',$crs)."\n";                          print $fh &mt('No institutional classlist data could be retrieved for [_1]',$crs)."\n";
                     } else {                      } else {
                         print $fh ('Not within time window for auto-enrollment in [_1]',$crs)."\n";                          print $fh &mt('Not within time window for auto-enrollment in [_1]',$crs)."\n";
                     }                      }
                 } else {                  } else {
                     print $fh &mt('Auto-enrollment not currently enabled for [_1]',$crs)."\n";                      print $fh &mt('Auto-enrollment not currently enabled for [_1]',$crs)."\n";

Removed from v.1.28  
changed lines
  Added in v.1.29


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>