* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_newuser.c
index b1dc2d5bfc993479be52b1d04bf62395bb22cdb2..ffde5e3b2f742f5f1c12b887c5539f664e5fa03d 100644 (file)
@@ -95,5 +95,7 @@ void CopyNewUserGreetings(void) {
 char *serv_newuser_init(void)
 {
    CtdlRegisterSessionHook(CopyNewUserGreetings, EVT_LOGIN);
+
+   /* return our Subversion id for the Log */
    return "$Id$";
 }