X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fnotes%2Fserv_notes.c;fp=citadel%2Fmodules%2Fnotes%2Fserv_notes.c;h=e1e6b81cc39e60e764fe45f0f693587b1c32d478;hb=6106c1da54f0923550c7bdceb45246fb88e9ea19;hp=436559a58953245000ef8f50fe4e50f0cb824907;hpb=56d69e5d8434e98835a2582c59b771ba69475431;p=citadel.git diff --git a/citadel/modules/notes/serv_notes.c b/citadel/modules/notes/serv_notes.c index 436559a58..e1e6b81cc 100644 --- a/citadel/modules/notes/serv_notes.c +++ b/citadel/modules/notes/serv_notes.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Handles functions related to yellow sticky notes. * * Copyright (c) 2007-2009 by the citadel.org team @@ -185,5 +183,5 @@ CTDL_MODULE_INIT(notes) } /* return our Subversion id for the Log */ - return "$Id$"; + return "notes"; }