X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fpage.ml;h=325a8da4eb68ccb7376afc6f2fe8cfa0228d4b24;hb=e336401181f56f19ec18175d47462e7a5d5f07e2;hp=b82c7ccdc46b7c19370be2066888af597f1cf4f4;hpb=65966a769fea12308cf5a1bccee53d80483ee444;p=cocanwiki.git diff --git a/scripts/page.ml b/scripts/page.ml index b82c7cc..325a8da 100644 --- a/scripts/page.ml +++ b/scripts/page.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: page.ml,v 1.39 2004/11/05 11:35:53 rich Exp $ + * $Id: page.ml,v 1.40 2004/11/22 11:07:32 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 @@ -401,7 +401,6 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid t#set "search_terms" search_terms; - t#conditional "has_host_css" has_host_css; t#conditional "can_edit" can_edit; t#conditional "can_manage_users" can_manage_users; t#conditional "has_stats" has_stats;