Diff for /loncom/interface/lonwhatsnew.pm between versions 1.100 and 1.101

version 1.100, 2010/02/12 19:39:59 version 1.101, 2010/02/28 22:38:11
Line 974  sub check_thresholds { Line 974  sub check_thresholds {
         if ($resource->handgrade($part) eq 'yes') {          if ($resource->handgrade($part) eq 'yes') {
             next;              next;
         }          }
           if ($resource->is_anonsurvey($part)) {
               next;
           }
         if ($resource->is_survey($part)) {          if ($resource->is_survey($part)) {
             next;              next;
         }          }

Removed from v.1.100  
changed lines
  Added in v.1.101


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