More removal of $Id$ tags
[citadel.git] / citadel / modules / extnotify / extnotify_main.c
index c649587f9a405a2ea34bbfeb8a627f65352092c6..1ceca2ca8a80c90d972ed8268437704553bbb869 100644 (file)
@@ -414,5 +414,5 @@ CTDL_MODULE_INIT(extnotify)
                CtdlRegisterSessionHook(do_extnotify_queue, EVT_TIMER);
        }
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "extnotify";
 }