Diff for /loncom/homework/inputtags.pm between versions 1.127 and 1.128

version 1.127, 2004/01/28 21:42:51 version 1.128, 2004/01/29 21:31:07
Line 678  sub gradestatus { Line 678  sub gradestatus {
   }    }
       } else {        } else {
   $trystr = "<td>".&mt('Tries')." $tries";    $trystr = "<td>".&mt('Tries')." $tries";
   if($ENV{'request.state'} ne 'construct') { $trystr.="/$maxtries"; }    if($ENV{'request.state'} ne 'construct') {
         $trystr.="/$maxtries";
     } else {
         if (defined($Apache::inputtags::params{'maxtries'})) {
     $trystr.="/".$Apache::inputtags::params{'maxtries'};
         }
     }
   $trystr.="</td>";    $trystr.="</td>";
       }        }
     }      }

Removed from v.1.127  
changed lines
  Added in v.1.128


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