Diff for /loncom/interface/lonpreferences.pm between versions 1.164 and 1.165

version 1.164, 2009/05/27 17:14:56 version 1.165, 2009/06/29 14:42:08
Line 2085  sub handler { Line 2085  sub handler {
  &print_main_menu($r);   &print_main_menu($r);
     }      }
   
       # Properly end the HTML page of all preference pages
       # started in each sub routine
       # Exception: print_main_menu has its own end_page call
       unless (!exists $env{'form.action'} ||
               $env{'form.action'} eq 'debugtoggle') {
           $r->print(&Apache::loncommon::end_page());
       }
   
     return OK;      return OK;
   
   

Removed from v.1.164  
changed lines
  Added in v.1.165


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