X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Flib%2Fcocanwiki_pages.ml;h=f6abd616e3ede51b660c008336ce5713169d0be3;hb=89e8d5757ca111d16ce3dfcc1ce4f2c00a119c85;hp=25306889b57e85db877267e66750f3e055f717e3;hpb=20923b33c08fccfca617b21935c4a4f6201593f8;p=cocanwiki.git diff --git a/scripts/lib/cocanwiki_pages.ml b/scripts/lib/cocanwiki_pages.ml index 2530688..f6abd61 100644 --- a/scripts/lib/cocanwiki_pages.ml +++ b/scripts/lib/cocanwiki_pages.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: cocanwiki_pages.ml,v 1.1 2004/10/21 11:42:05 rich Exp $ + * $Id: cocanwiki_pages.ml,v 1.2 2004/10/30 10:16:10 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 @@ -117,7 +117,7 @@ let save_page (dbh : Dbi.connection) hostid ?user ?r model = None -> `Null | Some user -> match user with - | User (id, _, _) -> `Int id + | User (id, _, _, _) -> `Int id | _ -> `Null in let logged_ip =