X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Faction_graph.c;h=45a9c94a5af05827f3e93e6efb42351bd292667a;hb=d83e2903e3ab90e605fee0b24e48b7cb8548e6ea;hp=2f6e16b914eb333cb6034a065ed91efa5936de2f;hpb=55edccd3cb03ceb031cd038d36b699206ce2958b;p=collection4.git diff --git a/src/action_graph.c b/src/action_graph.c index 2f6e16b..45a9c94 100644 --- a/src/action_graph.c +++ b/src/action_graph.c @@ -13,7 +13,7 @@ #include "common.h" #include "action_graph.h" #include "graph_list.h" -#include "utils_params.h" +#include "utils_cgi.h" #include "utils_array.h" #include @@ -161,11 +161,7 @@ static int output_graph (graph_data_t *data) /* {{{ */ status = time_to_rfc1123 (data->mtime, time_buffer, sizeof (time_buffer)); if (status == 0) - { printf ("Last-Modified: %s\n", time_buffer); - printf ("X-Last-Modified: %s\n", time_buffer); - fprintf (stderr, "Last-Modified: %s (%li)\n", time_buffer, (long) data->mtime); - } } /* Print Expires header. */