Don't move user_newtalk into watchlist
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 26 Jun 2005 07:00:46 +0000 (07:00 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 26 Jun 2005 07:00:46 +0000 (07:00 +0000)
maintenance/updaters.inc

index e5220e6..892e4bd 100644 (file)
@@ -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();