]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_bio.c
* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_bio.c
index a39e4e31deea76d4e033a75e3b012dcea7d3d986..19820a956090175d66801541fdce7de50bb55a79 100644 (file)
@@ -139,6 +139,8 @@ char *serv_bio_init(void)
         CtdlRegisterProtoHook(cmd_ebio, "EBIO", "Enter your bio");
         CtdlRegisterProtoHook(cmd_rbio, "RBIO", "Read a user's bio");
         CtdlRegisterProtoHook(cmd_lbio, "LBIO", "List users with bios");
+
+       /* return our Subversion id for the Log */
         return "$Id$";
 }