More removal of $Id$ tags
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
index f6266e9c4095723b9dded129406a1387c639c12b..88064ad503dd29bc5e1aa9bfc3f35312f61c21de 100644 (file)
@@ -1,9 +1,5 @@
 /*
- * $Id$
- *
  * This module handles fulltext indexing of the message base.
- *
- *
  * Copyright (c) 2005-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -536,5 +532,5 @@ CTDL_MODULE_INIT(fulltext)
                CtdlThreadCreate("Indexer", CTDLTHREAD_BIGSTACK, indexer_thread, NULL);
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "fulltext";
 }