X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fcontacts.ml;h=1b572a1926fdf02d0fc4248ac99bc759d086c68f;hb=HEAD;hp=5a0762c32d5c1e45b6b9ed90df88426124a603ef;hpb=bfa88724ee152ba00c2b2fca881dd78a6599820a;p=cocanwiki.git diff --git a/scripts/contacts.ml b/scripts/contacts.ml index 5a0762c..1b572a1 100644 --- a/scripts/contacts.ml +++ b/scripts/contacts.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: contacts.ml,v 1.3 2006/03/27 18:09:46 rich Exp $ + * $Id: contacts.ml,v 1.4 2006/12/06 09:46:56 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 @@ -28,7 +28,7 @@ open Cocanwiki open Cocanwiki_template let run r (q : cgi) dbh hostid _ _ = - let template = get_template dbh hostid "contacts.html" in + let template = get_template r dbh hostid "contacts.html" in (* Pull out all the contacts from the database. *) let rows = PGSQL(dbh)