[interchange-cvs] interchange - heins modified scripts/interchange.PL

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Oct 18 22:56:01 2001


User:      heins
Date:      2001-10-19 02:55:57 GMT
Modified:  scripts  interchange.PL
Log:
	* Temporarily broke Pragma, all better now. 8-)

Revision  Changes    Path
2.14      +2 -1      interchange/scripts/interchange.PL


rev 2.14, prev_rev 2.13
Index: interchange.PL
===================================================================
RCS file: /anon_cvs/repository/interchange/scripts/interchange.PL,v
retrieving revision 2.13
retrieving revision 2.14
diff -u -r2.13 -r2.14
--- interchange.PL	2001/10/19 00:32:37	2.13
+++ interchange.PL	2001/10/19 02:55:57	2.14
@@ -50,7 +50,7 @@
 #
 # Interchange version 4.9.0
 #
-# $Id: interchange.PL,v 2.13 2001/10/19 00:32:37 mheins Exp $
+# $Id: interchange.PL,v 2.14 2001/10/19 02:55:57 mheins Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -1835,6 +1835,7 @@
 			unless $Vend::Cfg->{Static};
 	}
 	$::Variable = $Vend::Cfg->{Variable};
+	$::Pragma   = $Vend::Cfg->{Pragma};
 
 	if (defined $Global::SelectorAlias{$CGI::script_name}
 		and ! defined $Vend::InternalHTTP                 )