The war on redundant ampersand usage!
[lhc/web/wiklou.git] / maintenance / purgeOldText.inc
index b6942e7..8938cc0 100644 (file)
@@ -10,7 +10,7 @@
 function PurgeRedundantText( $delete = false ) {
        
        # Data should come off the master, wrapped in a transaction
-       $dbw =& wfGetDB( DB_MASTER );
+       $dbw = wfGetDB( DB_MASTER );
        $dbw->begin();
        
        $tbl_arc = $dbw->tableName( 'archive' );