X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Frecent.ml;h=f726245771b73e71df45fc5962ad598718e396e9;hb=a9168cad656af034b671c9dea53057845e2196c9;hp=39526caabb846ccd23d0455d1d5de41952426cee;hpb=3062d573a7617339324c23cdd4755f8f04956b92;p=cocanwiki.git diff --git a/scripts/recent.ml b/scripts/recent.ml index 39526ca..f726245 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.1 2004/09/07 10:14:09 rich Exp $ + * $Id: recent.ml,v 1.3 2004/09/07 14:58:34 rich Exp $ *) open Apache @@ -10,12 +10,14 @@ open Cgi open Printf open Cocanwiki +open Cocanwiki_template +open Cocanwiki_date let template = get_template "recent.html" let max_age = "3 months" -let run r (q : cgi) (dbh : Dbi.connection) (hostid, _) _ = +let run r (q : cgi) (dbh : Dbi.connection) (hostid, _, _) _ = let sth = dbh#prepare_cached "select id, url, url_deleted, title, last_modified_date, logged_ip