Began removing $Id$ tags. This will be an ongoing process.
[citadel.git] / citadel / msgbase.c
index 5178f2c5157c38e33750f95f50693dbbd27eec0f..2af2d39521ac1cb8f5b1430d11b64efcd960219d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Implements the message store.
  *
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -4943,5 +4941,5 @@ CTDL_MODULE_INIT(msgbase)
        }
 
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "msgbase";
 }