From: Ævar Arnfjörð Bjarmason Date: Fri, 14 Oct 2005 06:26:29 +0000 (+0000) Subject: * No longer add the MIME index X-Git-Tag: 1.6.0~1419 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=9de72b42b3b8d1111fe7657fa271e7db0e7923d1;p=lhc%2Fweb%2Fwiklou.git * No longer add the MIME index --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index 757f38d578..ace5b2f535 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -703,7 +703,7 @@ function do_all_updates() { do_watchlist_null(); flush(); - do_image_index_update(); flush(); + //do_image_index_update(); flush(); initialiseMessages(); flush(); }