More removal of $Id$ tags
[citadel.git] / citadel / modules / bio / serv_bio.c
index 43cc0e98c15cc874aa68dbf9e9814bcdcdbf4d33..a3a9c6a61646de1d59a99da4f89bea89ca34e4fc 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module implementsserver commands related to the display and
  * manipulation of user "bio" files.
  *
@@ -121,7 +119,7 @@ CTDL_MODULE_INIT(bio)
                CtdlRegisterProtoHook(cmd_lbio, "LBIO", "List users with bios");
        }
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "bio";
 }