Added new message 'sp-deletedcontributions-contribs' for the link to Special:Contribu...
[lhc/web/wiklou.git] / maintenance / nukeNS.php
index 446afd3..4f9fe92 100644 (file)
@@ -13,8 +13,8 @@
  * back up your DB if there's anything in the MediaWiki that is important to
  * you.
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @file
+ * @ingroup Maintenance
  * @author Steve Sanbeg
  * based on nukePage by Rob Church
  */
@@ -40,7 +40,7 @@ NukeNS( $ns, $delete);
 
 function NukeNS($ns_no, $delete) {
 
-  $dbw =& wfGetDB( DB_MASTER );
+  $dbw = wfGetDB( DB_MASTER );
   $dbw->begin();
   
   $tbl_pag = $dbw->tableName( 'page' );
@@ -106,4 +106,3 @@ function NukeNS($ns_no, $delete) {
 }
 
 
-?>
\ No newline at end of file