]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/expire/serv_expire.c
More removal of $Id$ tags
[citadel.git] / citadel / modules / expire / serv_expire.c
index 25c926bf1b31d86acabe359ab338c947ed10fa14..b78498efb3db7eb4781d9604d71537d9cc0510d1 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles the expiry of old messages and the purging of old users.
  *
  * You might also see this module affectionately referred to as the DAP (the Dreaded Auto-Purger).
@@ -1059,5 +1057,5 @@ CTDL_MODULE_INIT(expire)
        else
                CtdlThreadCreate("Auto Purger", CTDLTHREAD_BIGSTACK, purge_databases, NULL);
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "expire";
 }