Commented a bug.
[cocanwiki.git] / scripts / edit.ml
index abf8e3c..2e9ee50 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: edit.ml,v 1.22 2004/10/25 07:44:55 rich Exp $
+ * $Id: edit.ml,v 1.24 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
@@ -359,8 +359,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} user =
          | SaveConflict (new_version, old_version, url, css) ->
              (* Edited by someone else ...  Get the other's changes. *)
              let other_diff, _ =
-               get_diff dbh hostid url
-                 ~old_version ~version:new_version () in
+               get_diff dbh hostid url ~old_version ~version:new_version () in
 
              (* Synthesize our own changes. *)
              let old_page = get_version_for_diff dbh old_version in