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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jul 14 06:47:00 EDT 2003


User:      racke
Date:      2003-07-14 09:47:26 GMT
Modified:  lib/Vend Interpolate.pm
Log:
avoid cluttering of global logs with 'Attempt to call perl from within Safe'
$Tag->perl({tables=>'products'}) in a UserTag is a nice way to avoid
[perl tables=products] on the page beforehand the UserTag, but the same
UserTag may be called from embedded Perl

Revision  Changes    Path
2.182     +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.182, prev_rev 2.181
Index: Interpolate.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.181
retrieving revision 2.182
diff -u -r2.181 -r2.182
--- Interpolate.pm	7 Jul 2003 22:24:04 -0000	2.181
+++ Interpolate.pm	14 Jul 2003 09:47:26 -0000	2.182
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.181 2003/07/07 22:24:04 ramoore Exp $
+# $Id: Interpolate.pm,v 2.182 2003/07/14 09:47:26 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.181 $, 10);
+$VERSION = substr(q$Revision: 2.182 $, 10);
 
 @EXPORT = qw (
 
@@ -1797,7 +1797,7 @@
 	}
 
 	if ($MVSAFE::Safe) {
-		logGlobal({ level => 'alert' }, "Attempt to call perl from within Safe.");
+#::logDebug("tag_perl: Attempt to call perl from within Safe.");
 		return undef;
 	}
 







More information about the interchange-cvs mailing list