Diff for /rat/lonratsrv.pm between versions 1.21 and 1.22

version 1.21, 2002/08/19 21:15:08 version 1.22, 2002/08/31 00:42:30
Line 205  sub savemap { Line 205  sub savemap {
     my ($fn,$errtext)=@_;      my ($fn,$errtext)=@_;
     my %alltypes;      my %alltypes;
     my %allvalues;      my %allvalues;
     if (($fn=~/\.sequence$/) ||      if (($fn=~/\.sequence(\.tmp)*$/) ||
         ($fn=~/\.page$/)) {          ($fn=~/\.page(\.tmp)*$/)) {
   
 # ------------------------------------------------------------- Deal with input  # ------------------------------------------------------------- Deal with input
         my @tags=split(/<&>/,$ENV{'form.output'});          my @tags=split(/<&>/,$ENV{'form.output'});

Removed from v.1.21  
changed lines
  Added in v.1.22


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