|
From: Chris W. <la...@us...> - 2001-11-06 14:29:57
|
Update of /cvsroot/openinteract/OpenInteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv6381
Modified Files:
Session.pm
Log Message:
cosmetic
Index: Session.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/OpenInteract/Session.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Session.pm 2001/10/01 22:08:40 1.4
--- Session.pm 2001/11/06 14:29:52 1.5
***************
*** 11,15 ****
$OpenInteract::Session::COOKIE_NAME = 'session';
! sub parse {
my ( $class, $session_id ) = @_;
my $R = OpenInteract::Request->instance;
--- 11,15 ----
$OpenInteract::Session::COOKIE_NAME = 'session';
! sub parse {
my ( $class, $session_id ) = @_;
my $R = OpenInteract::Request->instance;
|