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

raeburn raeburn at source.lon-capa.org
Sat Jul 2 13:23:02 EDT 2022


raeburn		Sat Jul  2 17:23:02 2022 EDT

  Modified files:              
    /loncom/interface	lontiny.pm 
  Log:
  - Typos
  
  
Index: loncom/interface/lontiny.pm
diff -u loncom/interface/lontiny.pm:1.13 loncom/interface/lontiny.pm:1.14
--- loncom/interface/lontiny.pm:1.13	Sat Jul  2 17:17:47 2022
+++ loncom/interface/lontiny.pm	Sat Jul  2 17:23:02 2022
@@ -2,7 +2,7 @@
 # Extract domain, courseID, and symb from a shortened URL,
 # and switch role to a role in designated course.
 #
-# $Id: lontiny.pm,v 1.13 2022/07/02 17:17:47 raeburn Exp $
+# $Id: lontiny.pm,v 1.14 2022/07/02 17:23:02 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -401,7 +401,7 @@
                     if ($linkprotector) {
                         &Apache::lonnet::appenv({'request.linkprot' => $linkprotector.':'.$linkproturi});
                     } elsif ($env{'request.linkprot'}) {
-                        &Apache::lonnet::delenv('request.linkprot);
+                        &Apache::lonnet::delenv('request.linkprot');
                     }
                     if ($linkkey ne '') {
                         &Apache::lonnet::appenv({'request.linkkey' => $linkkey});
@@ -422,7 +422,7 @@
         if ($linkprotector) {
             &Apache::lonnet::appenv({'request.linkprot' => $linkprotector.':'.$linkproturi});
         } elsif ($env{'request.linkprot'}) {
-            &Apache::lonnet::delenv('request.linkprot);
+            &Apache::lonnet::delenv('request.linkprot');
         }
         if ($linkkey ne '') {
             &Apache::lonnet::appenv({'request.linkkey' => $linkkey});




More information about the LON-CAPA-cvs mailing list