The war on redundant ampersand usage!
[lhc/web/wiklou.git] / maintenance / deleteRevision.php
index eb65e23..af97260 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 require_once( 'commandLine.inc' );
 
-$dbw =& wfGetDB( DB_MASTER );
+$dbw = wfGetDB( DB_MASTER );
 
 if ( count( $args ) == 0 ) {
        echo "Usage: php deleteRevision.php <revid> [<revid> ...]\n";