Diff for /loncom/loncron between versions 1.135 and 1.136

version 1.135, 2024/10/24 20:50:05 version 1.136, 2024/10/24 21:24:43
Line 1004  sub log_simplestatus { Line 1004  sub log_simplestatus {
         }          }
         print $sfh "\n";          print $sfh "\n";
         $sfh->close();          $sfh->close();
       } else {
           print "Could not write to $statusdir/loncron_simple.txt\n";
     }      }
 }  }
   

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


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