r11174 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11173‎ | r11174 | r11175 >
Date:06:46, 2 October 2005
Author:vibber
Status:old
Tags:
Comment:
tweak namespace
Modified paths:
  • /trunk/phase3/maintenance/cleanupTitles.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/cleanupTitles.php
@@ -43,7 +43,8 @@
4444 }
4545
4646 function cleanup() {
47 - $this->runTable( 'page', 'WHERE page_namespace=0',
 47+ $this->runTable( 'page',
 48+ '', //'WHERE page_namespace=0',
4849 array( &$this, 'processPage' ) );
4950 }
5051
@@ -108,6 +109,7 @@
109110 $display = $current->getPrefixedText();
110111
111112 $verified = UtfNormal::cleanUp( $display );
 113+
112114 $title = Title::newFromText( $verified );
113115
114116 if( is_null( $title ) ) {

Status & tagging log