X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit_page_title.ml;h=708e8998a62ce5d9f4a3bae80954a3422dea77a4;hb=65966a769fea12308cf5a1bccee53d80483ee444;hp=bc51f679dee07c23c7217e850a6b012e0a40bd86;hpb=2faa766a005f4fc4f1fd48a36185452f77ceb2b9;p=cocanwiki.git diff --git a/scripts/edit_page_title.ml b/scripts/edit_page_title.ml index bc51f67..708e899 100644 --- a/scripts/edit_page_title.ml +++ b/scripts/edit_page_title.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: edit_page_title.ml,v 1.5 2004/10/21 19:54:29 rich Exp $ + * $Id: edit_page_title.ml,v 1.6 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 @@ -75,7 +75,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} user = let logged_user = match user with - | User (id, _, _) -> `Int id + | User (id, _, _, _) -> `Int id | _ -> `Null in (* Changing the title creates a new version of the page. This enables