[LON-CAPA-cvs] cvs: rat(version_2_11_X) / lonwrapper.pm

raeburn raeburn at source.lon-capa.org
Tue Mar 14 00:12:10 EDT 2017


raeburn		Tue Mar 14 04:12:10 2017 EDT

  Modified files:              (Branch: version_2_11_X)
    /rat	lonwrapper.pm 
  Log:
  - For 2.11
    - Backport 1.56, 1.57
  
  
Index: rat/lonwrapper.pm
diff -u rat/lonwrapper.pm:1.49.2.3 rat/lonwrapper.pm:1.49.2.4
--- rat/lonwrapper.pm:1.49.2.3	Wed Nov 30 17:40:39 2016
+++ rat/lonwrapper.pm	Tue Mar 14 04:12:10 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Wrapper for external and binary files as standalone resources
 #
-# $Id: lonwrapper.pm,v 1.49.2.3 2016/11/30 17:40:39 raeburn Exp $
+# $Id: lonwrapper.pm,v 1.49.2.4 2017/03/14 04:12:10 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -73,7 +73,10 @@
         $args->{'bread_crumbs'} = $brcrum;
     }
     if ($absolute) {
-        $args->{'use_absolute'} = $absolute; 
+        $args->{'use_absolute'} = $absolute;
+    }
+    if ($env{'form.only_body'}) {
+        $args->{'only_body'} = $env{'form.only_body'};
     }
 
     my $startpage = &Apache::loncommon::start_page('Menu',undef,$args);




More information about the LON-CAPA-cvs mailing list