X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fmail_import.ml;h=289e70183c71c3438e4682a41f9e36114e0828a5;hb=e336401181f56f19ec18175d47462e7a5d5f07e2;hp=9e30fc901adf68922e9606231f824189117b06e1;hpb=844dcb8bb66df887e0d677359f0278f17934efad;p=cocanwiki.git diff --git a/scripts/mail_import.ml b/scripts/mail_import.ml index 9e30fc9..289e701 100644 --- a/scripts/mail_import.ml +++ b/scripts/mail_import.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: mail_import.ml,v 1.6 2004/10/20 15:17:18 rich Exp $ + * $Id: mail_import.ml,v 1.7 2004/12/01 13:55:55 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 @@ -298,7 +298,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ user = try String.find (String.lowercase str) sub_lc with - String.Invalid_string -> -1 + Invalid_string -> -1 in let rec loop line = function [] -> line