]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/fulltext/serv_fulltext.c
Removed all the disused CtdlUnregister functions.
[citadel.git] / citadel / server / modules / fulltext / serv_fulltext.c
index 167e050d4598be91ad9e8a4bac34be22ee1135f6..ede6fb35592584070a91a06635d8f9d718995c12 100644 (file)
@@ -344,7 +344,7 @@ char *ctdl_module_init_fulltext(void) {
        if (!threading) {
                CtdlRegisterProtoHook(cmd_srch, "SRCH", "Full text search");
                CtdlRegisterDeleteHook(ft_delete_remove);
-               CtdlRegisterSearchFuncHook(ft_search, "fulltext");
+               //CtdlRegisterSearchFuncHook(ft_search, "fulltext");
                CtdlRegisterSessionHook(do_fulltext_indexing, EVT_TIMER, PRIO_CLEANUP + 300);
        }
        // return our module name for the log