Diff for /loncom/homework/inputtags.pm between versions 1.4 and 1.5

version 1.4, 2000/09/19 20:12:17 version 1.5, 2000/10/02 22:23:39
Line 17  sub start_textline { Line 17  sub start_textline {
   my $result = "";    my $result = "";
   $Apache::inputtags::curvalue++;    $Apache::inputtags::curvalue++;
   if ($target eq 'web') {    if ($target eq 'web') {
     $result= '<input name="HWVAL'.$Apache::inputtags::curvalue.'" value="">';      $result= '<input name="'.$ENV{'form.request.prefix'}.'HWVAL'.$Apache::inputtags::curvalue.'" value="">';
   }    }
   return $result;    return $result;
 }  }

Removed from v.1.4  
changed lines
  Added in v.1.5


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