Diff for /loncom/interface/courseprefs.pm between versions 1.134 and 1.135

version 1.134, 2025/03/15 01:03:33 version 1.135, 2025/05/13 04:07:07
Line 1941  sub get_credentials { Line 1941  sub get_credentials {
                         my $privkey = $privhash{'key'};                          my $privkey = $privhash{'key'};
                         $privnum = $privhash{'version'};                          $privnum = $privhash{'version'};
                         if (($privnum) && ($privkey ne '')) {                          if (($privnum) && ($privkey ne '')) {
                             $cipher = Crypt::CBC->new({'key'     => $privkey,                              $cipher = Crypt::CBC->new(-pass   => $privkey,
                                                        'cipher'  => 'DES'});                                                        -cipher => 'Crypt::DES');
                         }                          }
                     }                      }
                 }                  }

Removed from v.1.134  
changed lines
  Added in v.1.135


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