Update for r32350
[lhc/web/wiklou.git] / maintenance / attachLatest.php
index d9d0d5d..22cd737 100644 (file)
@@ -30,7 +30,7 @@ $fixit = isset( $options['fix'] );
 $fname = 'attachLatest';
 
 echo "Looking for pages with page_latest set to 0...\n";
-$dbw =& wfGetDB( DB_MASTER );
+$dbw = wfGetDB( DB_MASTER );
 $result = $dbw->select( 'page',
        array( 'page_id', 'page_namespace', 'page_title' ),
        array( 'page_latest' => 0 ),
@@ -69,4 +69,4 @@ if( !$fixit ) {
        echo "This was a dry run; rerun with --fix to update page_latest.\n";
 }
 
-?>
+