More removal of $Id$ tags
[citadel.git] / citadel / modules / instmsg / serv_instmsg.c
index a061fc8465c720b0f955dcc10021d3011d69aa2a..a7503133bf60bf8e2969fb2fe52e579542add22b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles instant messaging between users.
  * 
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -609,5 +607,5 @@ CTDL_MODULE_INIT(instmsg)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "instmsg";
 }