stas        2003/11/15 11:30:47

  Modified:    lib/Apache Status.pm
  Log:
  some problem with Apache->request($r), disable for now
  
  Revision  Changes    Path
  1.9       +1 -1      modperl-2.0/lib/Apache/Status.pm
  
  Index: Status.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Status.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- Status.pm 9 Sep 2003 18:15:09 -0000       1.8
  +++ Status.pm 15 Nov 2003 19:30:47 -0000      1.9
  @@ -109,7 +109,7 @@
   
   sub handler {
       my($r) = @_;
  -    Apache->request($r); #for Apache::CGI
  +    #Apache->request($r); #for Apache::CGI
       my $qs = $r->args || "";
       my $sub = "status_$qs";
       no strict 'refs';
  
  
  

Reply via email to