[interchange-cvs] [SCM] Interchange branch, master, updated. REL_5_7_3-2-gb75c35f

David Christensen interchange-cvs at icdevgroup.org
Fri Nov 6 04:12:34 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  b75c35f3af2bbe7376b6ded5fb3998263654a160 (commit)
      from  ef39c47171866f46a9f8f0adf608b8502ac9911a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b75c35f3af2bbe7376b6ded5fb3998263654a160
Author: David Christensen <david at endpoint.com>
Date:   Thu Nov 5 21:13:17 2009 -0600

    Make the spider variable in $Vend::Session reflect $Vend::Robot status rather than mv_tmp_session

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Session.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Vend/Session.pm b/lib/Vend/Session.pm
index d1ed9d3..96ca780 100644
--- a/lib/Vend/Session.pm
+++ b/lib/Vend/Session.pm
@@ -529,7 +529,7 @@ sub init_session {
 		'arg'		=> $Vend::Argument,
 		'browser'	=> $CGI::useragent,
 		'referer'	=> $CGI::referer,
-		'spider'	=> $CGI::values{mv_tmp_session},
+		'spider'	=> $Vend::Robot,
 		'scratch'	=> { %{$Vend::Cfg->{ScratchDefault}} },
 		'values'	=> { %{$Vend::Cfg->{ValuesDefault}} },
 		'carts'		=> {main => []},


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list