Diff for /loncom/interface/londocs.pm between versions 1.172 and 1.173

version 1.172, 2005/03/16 21:35:17 version 1.173, 2005/04/04 23:51:54
Line 1515  sub checkonthis { Line 1515  sub checkonthis {
                  $r->print('- '.&mt('Rendering').': ');                   $r->print('- '.&mt('Rendering').': ');
  my ($errorcount,$warningcount)=split(/:/,   my ($errorcount,$warningcount)=split(/:/,
        &Apache::lonnet::ssi_body($url,         &Apache::lonnet::ssi_body($url,
        ('return_only_error_and_warning_counts' => 1)));         ('grade_target'=>'web',
    'return_only_error_and_warning_counts' => 1)));
                  if (($errorcount) ||                   if (($errorcount) ||
                      ($warningcount)) {                       ($warningcount)) {
      if ($errorcount) {       if ($errorcount) {

Removed from v.1.172  
changed lines
  Added in v.1.173


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