stas        2004/02/11 12:32:50

  Modified:    ModPerl-Registry/t/cgi-bin 304.pl
  Log:
  complete the move from format_time to ht_time
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/ModPerl-Registry/t/cgi-bin/304.pl
  
  Index: 304.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/cgi-bin/304.pl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- 304.pl    14 Aug 2003 03:52:03 -0000      1.2
  +++ 304.pl    11 Feb 2004 20:32:50 -0000      1.3
  @@ -34,7 +34,7 @@
       $body   = '';
   }
   
  -my $date = Apache::Util::format_time($r->request_time, FMT, GMT, $r->pool);
  +my $date = Apache::Util::ht_time($r->pool, $r->request_time, FMT, GMT);
   
   print <<HEADERS;
   Status: $status
  
  
  

Reply via email to