[interchange-cvs] interchange - jon modified lib/Vend/Dispatch.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Dec 31 20:36:06 UTC 2008


User:      jon
Date:      2008-12-31 20:36:06 GMT
Modified:  lib/Vend Tag: STABLE_5_6-branch Dispatch.pm
Log:
Correct debug message.

Revision  Changes    Path
No                   revision



No                   revision



1.101.2.2            interchange/lib/Vend/Dispatch.pm


rev 1.101.2.2, prev_rev 1.101.2.1
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.101.2.1
retrieving revision 1.101.2.2
diff -u -u -r1.101.2.1 -r1.101.2.2
--- Dispatch.pm	31 Dec 2008 17:48:29 -0000	1.101.2.1
+++ Dispatch.pm	31 Dec 2008 20:36:06 -0000	1.101.2.2
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.101.2.1 2008-12-31 17:48:29 jon Exp $
+# $Id: Dispatch.pm,v 1.101.2.2 2008-12-31 20:36:06 jon Exp $
 #
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Dispatch;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.101.2.1 $, 10);
+$VERSION = substr(q$Revision: 1.101.2.2 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -1594,7 +1594,7 @@
             $Vend::FinalPath = $CGI::request_uri;
             # remove any trailing query string
             $Vend::FinalPath =~ s/\?.*//;
-#::logDebug("FinalPath now $CGI::request_uri");
+#::logDebug("FinalPath now $Vend::FinalPath");
         }
         else {
             $Vend::FinalPath = find_special_page('catalog');







More information about the interchange-cvs mailing list