(* COCANWIKI - a wiki written in Objective CAML.
* Written by Richard W.M. Jones <rich@merjis.com>.
* Copyright (C) 2004 Merjis Ltd.
- * $Id: image.ml,v 1.11 2004/10/24 11:34:37 rich Exp $
+ * $Id: image.ml,v 1.12 2004/10/28 14:51:03 rich Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
)
);
- if version <> None then
- (* Set a medium-length expiry time on this resource. *)
- Table.set (Request.headers_out r) "Expires" (Expires.medium ());
+ (* Set a medium-length expiry time on this resource. *)
+ Table.set (Request.headers_out r) "Expires" (Expires.medium ());
(* Content-length header. *)
Table.set (Request.headers_out r) "Content-Length"