* Full text indexer is now switchable on/off
[citadel.git] / citadel / serv_upgrade.c
index 8abbad180bbffc8e5d6437da80b3de9b4b181041..000e8afeabaf397f840005131283f4d0740973d1 100644 (file)
@@ -172,6 +172,10 @@ void update_config(void) {
                strcpy(config.c_ip_addr, "0.0.0.0");
        }
 
+       if (CitControl.version < 650) {
+               config.c_enable_fulltext = 0;
+       }
+
        put_config();
 }