Diff for /loncom/interface/lonwhatsnew.pm between versions 1.38 and 1.38.2.1

version 1.38, 2005/12/15 13:38:58 version 1.38.2.1, 2005/12/19 23:24:40
Line 171  function change_display(caller,change) { Line 171  function change_display(caller,change) {
 function changeAll(change) {  function changeAll(change) {
 END  END
         foreach my $item (keys(%{$checkallowed})) {          foreach my $item (keys(%{$checkallowed})) {
             $scripttag.='document.visible.display_'.$item.'.value=change'."\n";              if ($$checkallowed{$item}) {
                   $scripttag.='document.visible.display_'.$item.'.value=change'.
                               "\n";
               }
         }          }
         $scripttag.='document.visible.submit();          $scripttag.='document.visible.submit();
 }  }

Removed from v.1.38  
changed lines
  Added in v.1.38.2.1


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