(* COCANWIKI - a wiki written in Objective CAML.
* Written by Richard W.M. Jones <rich@merjis.com>.
* Copyright (C) 2004 Merjis Ltd.
- * $Id: page.ml,v 1.53 2006/08/14 11:36:50 rich Exp $
+ * $Id: page.ml,v 1.54 2006/08/14 15:53:52 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
(* Host-specific fields. *)
let rows =
PGSQL(dbh)
- "select feedback_email is not null,
- mailing_list, navigation
+ "select feedback_email is not null, mailing_list, navigation
from hosts where id = $hostid" in
let has_feedback_email, mailing_list, navigation =
match rows with