Diff for /rat/lonpage.pm between versions 1.111.2.1 and 1.111.2.2

version 1.111.2.1, 2016/08/10 02:58:17 version 1.111.2.2, 2016/08/10 04:37:32
Line 192  sub handler { Line 192  sub handler {
                   my $now = time;                    my $now = time;
                   my ($pagefirstaccess,%hastimeleft,%countdowndisp);                    my ($pagefirstaccess,%hastimeleft,%countdowndisp);
                   my ($pagesymb,$courseid,$domain,$name)=&Apache::lonnet::whichuser();                    my ($pagesymb,$courseid,$domain,$name)=&Apache::lonnet::whichuser();
                   if (($pagesymb && ($courseid ne '') && ($domain ne '') && ($name ne '')) {                    if ($pagesymb && ($courseid ne '') && ($domain ne '') && ($name ne '')) {
                       my %times=&Apache::lonnet::get('firstaccesstimes',                        my %times=&Apache::lonnet::get('firstaccesstimes',
                                                      [$courseid."\0".$pagesymb],                                                       [$courseid."\0".$pagesymb],
                                                      $domain,$name);                                                       $domain,$name);

Removed from v.1.111.2.1  
changed lines
  Added in v.1.111.2.2


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