X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fbio%2Fserv_bio.c;fp=citadel%2Fmodules%2Fbio%2Fserv_bio.c;h=a3a9c6a61646de1d59a99da4f89bea89ca34e4fc;hb=6106c1da54f0923550c7bdceb45246fb88e9ea19;hp=43cc0e98c15cc874aa68dbf9e9814bcdcdbf4d33;hpb=56d69e5d8434e98835a2582c59b771ba69475431;p=citadel.git diff --git a/citadel/modules/bio/serv_bio.c b/citadel/modules/bio/serv_bio.c index 43cc0e98c..a3a9c6a61 100644 --- a/citadel/modules/bio/serv_bio.c +++ b/citadel/modules/bio/serv_bio.c @@ -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"; }