Removed references to Subversion in the code
[citadel.git] / citadel / modules / listsub / serv_listsub.c
index 3ad989ab579a4da38e1a20db5059614ca18525a2..19fe74ee62507a8b2d245032ed522d0714cfae44 100644 (file)
@@ -584,6 +584,6 @@ CTDL_MODULE_INIT(listsub)
                CtdlRegisterProtoHook(cmd_subs, "SUBS", "List subscribe/unsubscribe");
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "listsub";
 }