Diff for /loncom/homework/bridgetask.pm between versions 1.224 and 1.224.2.1

version 1.224, 2007/01/26 19:06:37 version 1.224.2.1, 2007/02/26 19:37:38
Line 2322  sub end_Dimension { Line 2322  sub end_Dimension {
     }      }
  }   }
  # puts the results at the end of the dimension   # puts the results at the end of the dimension
  $result .= $dim_info;   if ($result =~m{<QuestionGradeInfo\s*/>}) {
       $result=~s{<QuestionGradeInfo\s*/>}{$dim_info};
    } else {
       $result .= $dim_info;
    }
  # puts the results at the beginning of the dimension   # puts the results at the beginning of the dimension
  # my $internal_location=&internal_location($dim);   # my $internal_location=&internal_location($dim);
  # $result=~s/\Q$internal_location\E/$dim_info/;   # $result=~s/\Q$internal_location\E/$dim_info/;

Removed from v.1.224  
changed lines
  Added in v.1.224.2.1


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