Began removing $Id$ tags. This will be an ongoing process.
[citadel.git] / citadel / room_ops.c
index 25d335220fd1eb5d4de9b82155873e84dbd58cd3..83d68a3475afe609a1aab40e2bbe9107e8d2fabf 100644 (file)
@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Server functions which perform operations on room objects.
  *
  */
@@ -2264,5 +2262,5 @@ CTDL_MODULE_INIT(room_ops)
                CtdlRegisterProtoHook(cmd_eflr, "EFLR", "Autoconverted. TODO: document me.");
        }
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "room_ops";
 }