X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Frecent.ml;h=786dd9995e8a1c04dfe4c24e50340aa9ada303ca;hb=1f125fd7a6794f352f30de71a3905d5356a07008;hp=bf75ab2d6b67f4cb0b5516d9e68639fff039822f;hpb=4e3e7c6443e7dbe1570e8a2c18a71e5d4f5c8d89;p=cocanwiki.git diff --git a/scripts/recent.ml b/scripts/recent.ml index bf75ab2..786dd99 100644 --- a/scripts/recent.ml +++ b/scripts/recent.ml @@ -1,7 +1,7 @@ (* COCANWIKI scripts. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: recent.ml,v 1.5 2004/09/08 15:46:53 rich Exp $ + * $Id: recent.ml,v 1.6 2004/09/09 09:35:33 rich Exp $ *) open Apache @@ -15,7 +15,7 @@ open Cocanwiki_date let max_age = "3 months" -let run r (q : cgi) (dbh : Dbi.connection) (hostid, _, _) _ = +let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = let template = get_template dbh hostid "recent.html" in let sth =