--- mod_czs.c 2000/08/09 06:54:43 1.1 +++ mod_czs.c 2000/08/09 07:13:10 1.2 @@ -52,7 +52,9 @@ } if(r->args != 0 || do_czs) { ap_table_setn(r->headers_out, "X-czs_filename", r->filename); - ap_table_setn(r->headers_out, "X-czs_args", r->args); + if (r->args != 0) { + ap_table_setn(r->headers_out, "X-czs_args", r->args); + } } r->content_type = "text/html"; /* hm? */