]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_fulltext.c
* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_fulltext.c
index 0626a77b0f3bf7a4adcf25a0d11d0bad1e42b47f..028f958680b5699f3174dde5f433b8140bea0be3 100644 (file)
@@ -471,5 +471,7 @@ char *serv_fulltext_init(void)
 {
        initialize_ft_cache();
        CtdlRegisterProtoHook(cmd_srch, "SRCH", "Full text search");
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }