Diff for /loncom/auth/lonroles.pm between versions 1.73 and 1.74

version 1.73, 2003/09/21 21:40:06 version 1.74, 2003/10/04 18:13:36
Line 346  ENDHEADER Line 346  ENDHEADER
                     $tstatus='future';                      $tstatus='future';
                     if ($tstart<$now) { $tstatus='will'; }                      if ($tstart<$now) { $tstatus='will'; }
                 }                  }
                 $tpstart=localtime($tstart);                  $tpstart=&Apache::lonlocal::locallocaltime($tstart);
             }              }
             if ($tend) {              if ($tend) {
                 if ($tend<$then) {                   if ($tend<$then) { 
Line 354  ENDHEADER Line 354  ENDHEADER
                 } elsif ($tend<$now) {                   } elsif ($tend<$now) { 
                     $tstatus='will_not';                       $tstatus='will_not'; 
                 }                  }
                 $tpend=localtime($tend);                  $tpend=&Apache::lonlocal::locallocaltime($tend);
             }              }
             if ($ENV{'request.role'} eq $trolecode) {              if ($ENV{'request.role'} eq $trolecode) {
  $tstatus='selected';   $tstatus='selected';

Removed from v.1.73  
changed lines
  Added in v.1.74


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