[LON-CAPA-cvs] cvs: loncom /interface lonsyllabus.pm

raeburn raeburn at source.lon-capa.org
Mon Jan 13 19:57:54 EST 2020


raeburn		Tue Jan 14 00:57:54 2020 EDT

  Modified files:              
    /loncom/interface	lonsyllabus.pm 
  Log:
  - Update calls to lonwrapper::wrapper() for consistency with changes in
    lonwrapper.pm rev. 1.60. 
  
  
Index: loncom/interface/lonsyllabus.pm
diff -u loncom/interface/lonsyllabus.pm:1.146 loncom/interface/lonsyllabus.pm:1.147
--- loncom/interface/lonsyllabus.pm:1.146	Thu May  2 02:12:19 2019
+++ loncom/interface/lonsyllabus.pm	Tue Jan 14 00:57:54 2020
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Syllabus
 #
-# $Id: lonsyllabus.pm,v 1.146 2019/05/02 02:12:19 raeburn Exp $
+# $Id: lonsyllabus.pm,v 1.147 2020/01/14 00:57:54 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -178,7 +178,7 @@
                             &Apache::lonhtmlcommon::docs_breadcrumbs(undef,$crstype,undef,$title,1);
                     }
                     $r->print(&Apache::lonwrapper::wrapper($r,$item,$brcrum,$env{'request.use_absolute'},
-                                                           undef,$is_pdf,undef,&mt('Syllabus')));
+                                                           undef,$is_pdf,undef,'','',&mt('Syllabus')));
                 }
             }
             return OK;
@@ -205,7 +205,7 @@
                         &Apache::lonhtmlcommon::docs_breadcrumbs(undef,$crstype,undef,$title,1);
                 }
                 $r->print(&Apache::lonwrapper::wrapper($r,$external,$brcrum,$env{'request.use_absolute'},
-                                                       $is_ext,$is_pdf,undef,&mt('Syllabus')));
+                                                       $is_ext,$is_pdf,undef,'','',&mt('Syllabus')));
             }
             return OK;
         }




More information about the LON-CAPA-cvs mailing list