X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fuser_prefs_form.ml;h=efac44a995f4c8f0921958ea538b116e566a4fe7;hb=6ad484dd47c27fd54c2f26fb931ba125bae9abc6;hp=86d384a8b557dda3f144a78a18259fb11749e06e;hpb=c5f822d1ca81042a8c0be2955668b0abebf1b11c;p=cocanwiki.git diff --git a/scripts/user_prefs_form.ml b/scripts/user_prefs_form.ml index 86d384a..efac44a 100644 --- a/scripts/user_prefs_form.ml +++ b/scripts/user_prefs_form.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: user_prefs_form.ml,v 1.2 2004/10/30 10:16:10 rich Exp $ + * $Id: user_prefs_form.ml,v 1.3 2004/11/01 12:57:53 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 @@ -60,7 +60,6 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid host user = template#set "registration_date" (printable_date' registration_date); template#conditional "can_edit" can_edit; template#conditional "email_notify" prefs.email_notify; - template#conditional "diff_sidebyside" prefs.diff_sidebyside; q#template template