Update of /cvsroot/mhonarc/mharc/bin
In directory subversions:/tmp/cvs-serv22375/bin

Modified Files:
        web-archive 
Log Message:
* Fixed problem introduced into read_template() function when adding
  <!--x-search-form--> check.  Had a bogus 'my $data' in a inner
  block.


Index: web-archive
===================================================================
RCS file: /cvsroot/mhonarc/mharc/bin/web-archive,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** web-archive 7 Jul 2002 04:10:45 -0000       1.25
--- web-archive 7 Jul 2002 04:50:26 -0000       1.26
***************
*** 513,517 ****
    } else {
      local $/;
!     my $data = <$fh>;
      $data =~ s/\$([^\$]+)\$/$varhash{$1}/ge;
    }
--- 513,517 ----
    } else {
      local $/;
!     $data = <$fh>;
      $data =~ s/\$([^\$]+)\$/$varhash{$1}/ge;
    }

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to