[interchange-cvs] interchange - thunder modified lib/Vend/Util.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Feb 10 15:06:54 UTC 2009


User:      thunder
Date:      2009-02-10 15:06:54 GMT
Modified:  lib/Vend Util.pm
Log:
there is no ::Catalog aparently (anymore?), ::Cat does return the catalog name, this is for the DebugTemplate directive

Revision  Changes    Path
2.123                interchange/lib/Vend/Util.pm


rev 2.123, prev_rev 2.122
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.122
retrieving revision 2.123
diff -u -r2.122 -r2.123
--- Util.pm	29 Jan 2009 22:52:38 -0000	2.122
+++ Util.pm	10 Feb 2009 15:06:54 -0000	2.123
@@ -1,6 +1,6 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.122 2009-01-29 22:52:38 danb Exp $
+# $Id: Util.pm,v 2.123 2009-02-10 15:06:54 thunder Exp $
 # 
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -93,7 +93,7 @@
 use Vend::File;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.122 $, 10);
+$VERSION = substr(q$Revision: 2.123 $, 10);
 
 my $Eval_routine;
 my $Eval_routine_file;
@@ -1668,7 +1668,7 @@
 		$debug{tag} = $Vend::CurrentTag;
 		$debug{host} = $CGI::host || $CGI::remote_addr;
 		$debug{remote_addr} = $CGI::remote_addr;
-		$debug{catalog} = $Vend::Catalog;
+		$debug{catalog} = $Vend::Cat;
         if($tpl =~ /\{caller\d+\}/i) {
             my @caller = caller();
             for(my $i = 0; $i < @caller; $i++) {







More information about the interchange-cvs mailing list