Return to hint.pm CVS log | Up to [LON-CAPA] / loncom / homework |
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; |
} | } |