[interchange-cvs] interchange - racke modified lib/Vend/Interpolate.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Sep 11 12:15:00 EDT 2003


User:      racke
Date:      2003-09-11 15:15:33 GMT
Modified:  lib/Vend Interpolate.pm
Log:
removed de and ee filter shorthands

Revision  Changes    Path
2.191     +2 -4      interchange/lib/Vend/Interpolate.pm


rev 2.191, prev_rev 2.190
Index: Interpolate.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.190
retrieving revision 2.191
diff -u -r2.190 -r2.191
--- Interpolate.pm	10 Sep 2003 16:01:15 -0000	2.190
+++ Interpolate.pm	11 Sep 2003 15:15:32 -0000	2.191
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.190 2003/09/10 16:01:15 mheins Exp $
+# $Id: Interpolate.pm,v 2.191 2003/09/11 15:15:32 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.190 $, 10);
+$VERSION = substr(q$Revision: 2.191 $, 10);
 
 @EXPORT = qw (
 
@@ -1197,8 +1197,6 @@
 $Filter{upper} = $Filter{uc};
 $Filter{lower} = $Filter{lc};
 $Filter{entities} = $Filter{encode_entities};
-$Filter{ee} = $Filter{encode_entities};
-$Filter{de} = $Filter{decode_entities};
 $Filter{e} = $Filter{encode_entities};
 
 sub input_filter_do {







More information about the interchange-cvs mailing list