Diff for /rat/lonpageflip.pm between versions 1.74 and 1.75.2.1

version 1.74, 2006/10/20 22:04:16 version 1.75.2.1, 2008/12/21 05:00:52
Line 335  sub handler { Line 335  sub handler {
      return REDIRECT;       return REDIRECT;
  }   }
       }        }
       $currenturl=~s/^http\:\/\///;        $currenturl=~s/^https?\:\/\///;
       $currenturl=~s/^[^\/]+//;        $currenturl=~s/^[^\/]+//;
 #  #
 # Is the current URL on the map? If not, start with last known URL  # Is the current URL on the map? If not, start with last known URL
Line 444  sub handler { Line 444  sub handler {
    $redirectsymb='';     $redirectsymb='';
                         }                          }
                      }                       }
                      &Apache::lonnet::appenv('user.criticalcheck.time'=>time);                       &Apache::lonnet::appenv({'user.criticalcheck.time'=>time});
   }    }
   
   &Apache::loncommon::content_type($r,'text/html');    &Apache::loncommon::content_type($r,'text/html');

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


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