Allow pages to be renamed fully. If the different title would cause
[cocanwiki.git] / scripts / user_prefs_form.ml
index 86d384a..efac44a 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * 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