[interchange-cvs] interchange - heins modified lib/Vend/Session.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Jul 15 10:21:01 2002


User:      heins
Date:      2002-07-15 14:20:01 GMT
Modified:  lib/Vend Session.pm
Log:
* Initialize levies cart.

Revision  Changes    Path
2.6       +3 -2      interchange/lib/Vend/Session.pm


rev 2.6, prev_rev 2.5
Index: Session.pm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/lib/Vend/Session.pm,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- Session.pm	27 Jun 2002 22:24:10 -0000	2.5
+++ Session.pm	15 Jul 2002 14:20:00 -0000	2.6
@@ -1,6 +1,6 @@
 # Vend::Session - Interchange session routines
 #
-# $Id: Session.pm,v 2.5 2002/06/27 22:24:10 jon Exp $
+# $Id: Session.pm,v 2.6 2002/07/15 14:20:00 mheins Exp $
 #=20
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -26,7 +26,7 @@
 require Exporter;
=20
 use vars qw($VERSION);
-$VERSION =3D substr(q$Revision: 2.5 $, 10);
+$VERSION =3D substr(q$Revision: 2.6 $, 10);
=20
 @ISA =3D qw(Exporter);
=20
@@ -431,6 +431,7 @@
 		'scratch'	=3D> { %{$Vend::Cfg->{ScratchDefault}} },
 		'values'	=3D> { %{$Vend::Cfg->{ValuesDefault}} },
 		'carts'		=3D> {main =3D> []},
+		'levies'	=3D> {main =3D> []},
     };
 	$Vend::Session->{shost} =3D $CGI::remote_addr
 		if $CGI::secure;