Diff for /loncom/homework/hint.pm between versions 1.23 and 1.27

version 1.23, 2002/01/17 12:23:31 version 1.27, 2002/03/06 20:39:15
Line 58  sub start_hintgroup { Line 58  sub start_hintgroup {
     if ($skiptoend) {      if ($skiptoend) {
       &Apache::lonxml::get_all_text("/hintgroup",$$parser[$#$parser]);        &Apache::lonxml::get_all_text("/hintgroup",$$parser[$#$parser]);
     }      }
     } elsif ($target eq 'tex') {
       $result .= '\keephidden{'; 
   }    }
   @Apache::hint::which=();    @Apache::hint::which=();
   return $result;    return $result;
Line 79  sub end_hintgroup { Line 81  sub end_hintgroup {
     }      }
   } elsif ($target eq 'edit') {    } elsif ($target eq 'edit') {
     $result.=&Apache::edit::end_table();      $result.=&Apache::edit::end_table();
     } elsif ($target eq 'tex') {
       $result .= '}'; 
   }    }
   @Apache::hint::which=();    @Apache::hint::which=();
   return $result;    return $result;

Removed from v.1.23  
changed lines
  Added in v.1.27


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