Diff for /loncom/interface/loncommon.pm between versions 1.1323 and 1.1324

version 1.1323, 2018/11/07 19:23:45 version 1.1324, 2018/11/18 22:50:52
Line 16425  sub lon_status_items { Line 16425  sub lon_status_items {
                      E         => 100,                       E         => 100,
                      W         => 4,                       W         => 4,
                      N         => 1,                       N         => 1,
                        U         => 5,
                      threshold => 200,                       threshold => 200,
                      sysmail   => 2500,                       sysmail   => 2500,
                    );                     );
Line 16432  sub lon_status_items { Line 16433  sub lon_status_items {
                    E => 'Errors',                     E => 'Errors',
                    W => 'Warnings',                     W => 'Warnings',
                    N => 'Notices',                     N => 'Notices',
                      U => 'Unsent',
                 );                  );
     return (\%defaults,\%names);      return (\%defaults,\%names);
 }  }

Removed from v.1.1323  
changed lines
  Added in v.1.1324


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