X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Finstmsg%2Fserv_instmsg.c;h=a7503133bf60bf8e2969fb2fe52e579542add22b;hp=a061fc8465c720b0f955dcc10021d3011d69aa2a;hb=6106c1da54f0923550c7bdceb45246fb88e9ea19;hpb=56d69e5d8434e98835a2582c59b771ba69475431 diff --git a/citadel/modules/instmsg/serv_instmsg.c b/citadel/modules/instmsg/serv_instmsg.c index a061fc846..a7503133b 100644 --- a/citadel/modules/instmsg/serv_instmsg.c +++ b/citadel/modules/instmsg/serv_instmsg.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * This module handles instant messaging between users. * * Copyright (c) 1987-2010 by the citadel.org team @@ -609,5 +607,5 @@ CTDL_MODULE_INIT(instmsg) } /* return our Subversion id for the Log */ - return "$Id$"; + return "instmsg"; }