You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_dtcl-cvs@tcl.apache.org by da...@apache.org on 2001/03/10 19:24:05 UTC

cvs commit: mod_dtcl mod_dtcl.c

davidw      01/03/10 10:24:05

  Modified:    .        mod_dtcl.c
  Log:
  Removed a few commented lines left from debugging.
  
  Revision  Changes    Path
  1.22      +6 -6      mod_dtcl/mod_dtcl.c
  
  Index: mod_dtcl.c
  ===================================================================
  RCS file: /home/cvs/mod_dtcl/mod_dtcl.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_dtcl.c	2001/03/09 18:32:28	1.21
  +++ mod_dtcl.c	2001/03/10 18:24:04	1.22
  @@ -58,7 +58,7 @@
    * University of Illinois, Urbana-Champaign.
    */
   
  -/* $Id: mod_dtcl.c,v 1.21 2001/03/09 18:32:28 davidw Exp $  */
  +/* $Id: mod_dtcl.c,v 1.22 2001/03/10 18:24:04 davidw Exp $  */
   
   /* mod_dtcl.c by David Welton <da...@apache.org> - originally mod_include.  */
   /* See http://tcl.apache.org/mod_dtcl/credits.ttml for additional credits. */
  @@ -703,11 +703,11 @@
   
       /* Apache Request stuff */
       req = ApacheRequest_new(r);
  -//    if (upload_files_to_var)
  -//    {
  -    req->hookptr = interp;
  -    req->ApacheUploadHook = dtcl_upload_hook; 
  -//    }
  +   if (upload_files_to_var)
  +   {
  +       req->hookptr = interp;
  +       req->ApacheUploadHook = dtcl_upload_hook; 
  +   }
   
       ApacheRequest___parse(req);