Diff for /loncom/interface/lonparmset.pm between versions 1.89 and 1.90

version 1.89, 2003/05/03 21:30:21 version 1.90, 2003/05/04 07:38:32
Line 1478  sub crsenv { Line 1478  sub crsenv {
          => '<b>Allow limited HTML in discussion posts</b><br />'.           => '<b>Allow limited HTML in discussion posts</b><br />'.
             '(Set value to yes to allow)',              '(Set value to yes to allow)',
      'rndseed'       'rndseed'
          => '<b>Random seed algorithm used</b> <br />'.           => '<b>Randomization algorithm used</b> <br />'.
                     '<font color="red">Modifying this will make problems '.                      '<font color="red">Modifying this will make problems '.
                     'display different numbers or correct answer</font>'                      'have different numbers and answers</font>'
              );               );
  foreach (keys(%values)) {   foreach (keys(%values)) {
     unless ($descriptions{$_}) {      unless ($descriptions{$_}) {

Removed from v.1.89  
changed lines
  Added in v.1.90


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