Handle automatic reassignment of edits from duplicate accounts to the main
[lhc/web/wiklou.git] / maintenance / convertLinks.inc
index 5e1773f..fe523da 100644 (file)
@@ -87,7 +87,7 @@ function convertLinks() {
                        }
                }
                $dbw->freeResult( $res );
-               $dbw->setBufferResults( true );
+               $dbw->bufferResults( true );
                print "Finished loading IDs.\n\n";
                performanceLog( "Took " . (getMicroTime() - $baseTime) . " seconds to load IDs.\n\n" );
        #--------------------------------------------------------------------