Diff for /loncom/xml/lonxml.pm between versions 1.467 and 1.468

version 1.467, 2007/10/24 10:06:22 version 1.468, 2007/10/30 00:22:27
Line 1148  sub store_counter { Line 1148  sub store_counter {
   
 =pod  =pod
   
 =item  bubble_lines_for_part(response_id)  =item  bubble_lines_for_part(part_response)
   
 Returns the number of lines required to get a response for  Returns the number of lines required to get a response for
 $part_response (this is just $Apache::lonxml::counters_per_part{$part_response}  $part_response (this is just $Apache::lonxml::counters_per_part{$part_response}
Line 1182  sub clear_bubble_lines_for_part { Line 1182  sub clear_bubble_lines_for_part {
   
 =pod  =pod
   
 =item set_bubble_lines(response_id, value)  =item set_bubble_lines(part_response, value)
   
 If there is a problem part, that for whatever reason  If there is a problem part, that for whatever reason
 requires bubble lines that are not  requires bubble lines that are not

Removed from v.1.467  
changed lines
  Added in v.1.468


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