Diff for /loncom/auth/lonlogout.pm between versions 1.42.2.2.2.1 and 1.45.2.1

version 1.42.2.2.2.1, 2012/02/01 18:13:46 version 1.45.2.1, 2012/08/06 23:14:04
Line 90  sub handler { Line 90  sub handler {
 # -------------------------------------------------------- Menu script and info  # -------------------------------------------------------- Menu script and info
   
     my $windowinfo=&Apache::lonmenu::close();      my $windowinfo=&Apache::lonmenu::close();
     $windowinfo.=&Apache::lonnavmaps::close();  
 # ---------------------------------------------------------------- Get handover  # ---------------------------------------------------------------- Get handover
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']);      &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']);
     my $switch='';      my $switch='';
Line 127  sub handler { Line 126  sub handler {
                                       '://'.$server.$path;                                        '://'.$server.$path;
                          if (($path eq '') && (!$isredirect)) {                           if (($path eq '') && (!$isredirect)) {
                              my $serverhomeID =                               my $serverhomeID =
                                  &Apache::lonnet::get_server_homeID($lonhost);                                   &Apache::lonnet::get_server_homeID($server);
                              my $serverhomedom =                               my $serverhomedom =
                                  &Apache::lonnet::host_domain($serverhomeID);                                   &Apache::lonnet::host_domain($serverhomeID);
                              if ($serverhomedom ne $domain) {                               if ($serverhomedom ne $domain) {

Removed from v.1.42.2.2.2.1  
changed lines
  Added in v.1.45.2.1


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