]> code.citadel.org Git - citadel.git/blobdiff - citadel/user_ops.c
Began removing $Id$ tags. This will be an ongoing process.
[citadel.git] / citadel / user_ops.c
index ed726858709fa66fe4aeb7e61c27dd99bbe210b2..8b833a3cdd8d7b58974d152735114462be304073 100644 (file)
@@ -1,8 +1,5 @@
 /* 
- * $Id$
- *
  * Server functions which perform operations on user objects.
- *
  */
 
 #include "sysdep.h"
@@ -2090,5 +2087,5 @@ CTDL_MODULE_INIT(user_ops)
                CtdlRegisterProtoHook(cmd_newu, "NEWU", "Autoconverted. TODO: document me.");
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "user_ops";
 }