From: Brion Vibber Date: Sun, 26 Jun 2005 07:00:46 +0000 (+0000) Subject: Don't move user_newtalk into watchlist X-Git-Tag: 1.5.0beta1~6 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=a842807bf03e8cdaa32476c45f0db97b00f6c920;p=lhc%2Fweb%2Fwiklou.git Don't move user_newtalk into watchlist --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index e5220e612a..892e4bd494 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -649,7 +649,7 @@ function do_all_updates() { do_image_name_unique_update(); flush(); do_watchlist_update(); flush(); do_user_update(); flush(); - do_copy_newtalk_to_watchlist(); flush(); +###### do_copy_newtalk_to_watchlist(); flush(); do_logging_encoding(); flush(); do_schema_restructuring(); flush();