cvsuser     05/08/09 12:10:10

  Modified:    App-Context/lib/App/Session Cookie.pm
  Log:
  fix showsession to show_session
  
  Revision  Changes    Path
  1.8       +2 -2      p5ee/App-Context/lib/App/Session/Cookie.pm
  
  Index: Cookie.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Context/lib/App/Session/Cookie.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Cookie.pm 3 Dec 2003 16:18:50 -0000       1.7
  +++ Cookie.pm 9 Aug 2005 19:10:10 -0000       1.8
  @@ -207,7 +207,7 @@
           $self->{context}->set_header($headers);
       }
   
  -    if ($options && $options->{showsession}) {
  +    if ($options && $options->{show_session}) {
           # Debugging Only
           my $d = Data::Dumper->new([ $sessiondata ], [ "sessiondata" ]);
           $d->Indent(1);
  
  
  

Reply via email to