Diff for /loncom/interface/lonparmset.pm between versions 1.505.2.1.2.1 and 1.505.2.1.2.2

version 1.505.2.1.2.1, 2012/04/30 13:26:37 version 1.505.2.1.2.2, 2012/05/01 15:54:49
Line 2803  sub storedata { Line 2803  sub storedata {
             $typeof=$env{'form.typeof_'.$thiskey};              $typeof=$env{'form.typeof_'.$thiskey};
             $text = &mt('Saved modified parameter for');              $text = &mt('Saved modified parameter for');
             if ($typeof eq 'string_questiontype') {              if ($typeof eq 'string_questiontype') {
                 $name = $type;                      $name = 'type';    
             } elsif ($typeof eq 'string_discussvote') {              } elsif ($typeof eq 'string_discussvote') {
                 $name = 'discussvote';                  $name = 'discussvote';
             }              }

Removed from v.1.505.2.1.2.1  
changed lines
  Added in v.1.505.2.1.2.2


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