Diff for /loncom/interface/lonparmset.pm between versions 1.589 and 1.590

version 1.589, 2019/02/18 13:25:49 version 1.590, 2019/02/18 13:46:05
Line 2069  sub isdateparm { Line 2069  sub isdateparm {
   
 sub is_specialstring {  sub is_specialstring {
     my $type=shift;      my $type=shift;
     return (($type=~/^string_/) && ((!$type ne 'string_yesno')));      return (($type=~/^string_/) && (($type ne 'string_yesno')));
 }  }
   
 # Prints the HTML and Javascript to select parameters, with various shortcuts.  # Prints the HTML and Javascript to select parameters, with various shortcuts.

Removed from v.1.589  
changed lines
  Added in v.1.590


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