More removal of $Id$ tags
[citadel.git] / citadel / modules / newuser / serv_newuser.c
index 71f89ad636db0ffb91aa47c4fd3dff425d6e2e01..df534c25a8c119b527f45119168e2724841ee912 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Automatically copies the contents of a "New User Greetings" room to the
  * inbox of any new user upon account creation.
  *
@@ -116,5 +114,5 @@ CTDL_MODULE_INIT(newuser)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "newuser";
 }