[LON-CAPA-cvs] cvs: loncom /publisher lonrights.pm

bisitz bisitz@source.lon-capa.org
Wed, 02 Dec 2009 15:28:51 -0000


bisitz		Wed Dec  2 15:28:51 2009 EDT

  Modified files:              
    /loncom/publisher	lonrights.pm 
  Log:
  Don't include breadcrumbs twice (necessary due to changes in loncommon::start_page)
  
  
Index: loncom/publisher/lonrights.pm
diff -u loncom/publisher/lonrights.pm:1.27 loncom/publisher/lonrights.pm:1.28
--- loncom/publisher/lonrights.pm:1.27	Thu May 28 17:08:38 2009
+++ loncom/publisher/lonrights.pm	Wed Dec  2 15:28:51 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to show and edit custom distribution rights
 #
-# $Id: lonrights.pm,v 1.27 2009/05/28 17:08:38 bisitz Exp $
+# $Id: lonrights.pm,v 1.28 2009/12/02 15:28:51 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -68,8 +68,8 @@
 
   my $js = &Apache::loncommon::coursebrowser_javascript().
       &Apache::loncommon::studentbrowser_javascript();
+  # Breadcrumbs are included by &start_page
   $r->print(&Apache::loncommon::start_page('Custom Distribution Rights',$js)
-           .&Apache::lonhtmlcommon::breadcrumbs()
            .&Apache::loncommon::head_subbox(
                 &Apache::loncommon::CSTR_pageheader())
   );