* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_notes.c
index be07912d80b58f8a27b3b3b934ce4751c507c684..23a8d583230f7f44b71ce72a2ed85745bbf0bfa4 100644 (file)
@@ -105,5 +105,7 @@ int serv_notes_beforesave(struct CtdlMessage *msg)
 char *serv_notes_init(void)
 {
        CtdlRegisterMessageHook(serv_notes_beforesave, EVT_BEFORESAVE);
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }