Diff for /loncom/homework/lonmaxima.pm between versions 1.7 and 1.8

version 1.7, 2006/12/11 22:02:13 version 1.8, 2006/12/15 21:10:13
Line 88  sub maxima_run { Line 88  sub maxima_run {
  $submission_index++;   $submission_index++;
     }      }
     my $argument_index=1;      my $argument_index=1;
     foreach my $argument_component (split(/\s*\,\s*/,$argument)) {      foreach my $argument_component (@{$argument}) {
  $fullscript.="LONCAPALIST[$argument_index]:$argument_component;\n";   $fullscript.="LONCAPALIST[$argument_index]:$argument_component;\n";
  $argument_index++;   $argument_index++;
     }      }

Removed from v.1.7  
changed lines
  Added in v.1.8


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