* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_calendar.c
index 8fb05e78be7bc78e71ed6ff7f3c316d2d7d44deb..2171f381b173aa332c0e1c2fd6f94ee417bd8c7d 100644 (file)
@@ -2147,6 +2147,8 @@ char *serv_calendar_init(void)
        CtdlRegisterSessionHook(ical_session_shutdown, EVT_STOP);
        CtdlRegisterFixedOutputHook("text/calendar", ical_fixed_output);
 #endif
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }