X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Frecent_rss.ml;h=f6753aa5f77697fe512268571ffe4bbfd295aec2;hb=d2de471ff7e79c1d6096bd8132aad80258852cdd;hp=5fe133e866529df47a2227b5742d762f296a5b8f;hpb=cd059731a60fd3d4dcf426430ad26ff227b91910;p=cocanwiki.git diff --git a/scripts/recent_rss.ml b/scripts/recent_rss.ml index 5fe133e..f6753aa 100644 --- a/scripts/recent_rss.ml +++ b/scripts/recent_rss.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: recent_rss.ml,v 1.4 2006/03/28 16:24:08 rich Exp $ + * $Id: recent_rss.ml,v 1.5 2006/12/06 09:46:57 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 @@ -31,7 +31,7 @@ open Cocanwiki_date let limit = 30_l let run r (q : cgi) dbh hostid {hostname = hostname} _ = - let template = get_template dbh hostid "recent_rss.xml" in + let template = get_template r dbh hostid "recent_rss.xml" in template#set "hostname" hostname;