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

raeburn raeburn at source.lon-capa.org
Mon Apr 27 14:12:15 EDT 2026


raeburn		Mon Apr 27 18:12:15 2026 EDT

  Modified files:              
    /loncom/publisher	testbankimport.pm 
  Log:
  - Fix typo in rev. 1.46.
  
  
Index: loncom/publisher/testbankimport.pm
diff -u loncom/publisher/testbankimport.pm:1.46 loncom/publisher/testbankimport.pm:1.47
--- loncom/publisher/testbankimport.pm:1.46	Sun Jul 23 01:09:04 2023
+++ loncom/publisher/testbankimport.pm	Mon Apr 27 18:12:14 2026
@@ -1,5 +1,5 @@
 # Handler for parsing text upload problem descriptions into .problems
-# $Id: testbankimport.pm,v 1.46 2023/07/23 01:09:04 raeburn Exp $
+# $Id: testbankimport.pm,v 1.47 2026/04/27 18:12:14 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1789,7 +1789,7 @@
 sub print_header {
     my ($uname,$udom,$javascript,$loadentries,$title,$crumbtext,$crumbhref,
         $crsauthor,$current_page,$pagesref,$namesref) = @_;
-    my $brcrum = [{'href' => $crumbhref),
+    my $brcrum = [{'href' => $crumbhref,
                    'text' => $crumbtext}];
     if ($env{'form.phase'} eq 'three') {
         if (ref($pagesref) eq 'ARRAY') {




More information about the LON-CAPA-cvs mailing list