Diff for /loncom/interface/loncoursequeueadmin.pm between versions 1.52.2.5.2.1 and 1.52.2.5.2.2

version 1.52.2.5.2.1, 2021/12/31 00:38:28 version 1.52.2.5.2.2, 2023/07/09 17:35:52
Line 1710  sub build_batchcreatehash { Line 1710  sub build_batchcreatehash {
                     my %clonedfrom = &Apache::lonnet::coursedescription($details->{'clonedom'}.'_'.$details->{'clonecrs'});                      my %clonedfrom = &Apache::lonnet::coursedescription($details->{'clonedom'}.'_'.$details->{'clonecrs'});
                     $batchhash{'textbook'} = $clonedfrom{'description'};                      $batchhash{'textbook'} = $clonedfrom{'description'};
                 }                  }
               } elsif ($details->{'crstype'} eq 'lti') {
                   $batchhash{'lti'} = 1;
             }              }
             $batchhash{'crstype'} = 'Course';              $batchhash{'crstype'} = 'Course';
         }          }

Removed from v.1.52.2.5.2.1  
changed lines
  Added in v.1.52.2.5.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>