Diff for /loncom/homework/hint.pm between versions 1.76 and 1.77

version 1.76, 2009/06/28 19:40:41 version 1.77, 2010/11/13 03:22:58
Line 81  sub start_hintgroup { Line 81  sub start_hintgroup {
        }         }
     }      }
     @Apache::hint::which=();      @Apache::hint::which=();
       if (($#Apache::functionplotresponse::failedrules>=0) && ($target eq 'web')) {
           @Apache::hint::which=@Apache::functionplotresponse::failedrules;
           undef @Apache::functionplotresponse::failedrules;
       }
     return $result;      return $result;
 }  }
   

Removed from v.1.76  
changed lines
  Added in v.1.77


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