http://www.mediawiki.org/wiki/Special:Code/MediaWiki/74073
Revision: 74073
Author: ialex
Date: 2010-10-01 16:00:19 +0000 (Fri, 01 Oct 2010)
Log Message:
-----------
wfOut() -> $this->output() for consistency
Modified Paths:
--------------
trunk/phase3/maintenance/populateCategory.php
Modified: trunk/phase3/maintenance/populateCategory.php
===================================================================
--- trunk/phase3/maintenance/populateCategory.php 2010-10-01 15:11:06 UTC
(rev 74072)
+++ trunk/phase3/maintenance/populateCategory.php 2010-10-01 16:00:19 UTC
(rev 74073)
@@ -115,10 +115,10 @@
'IGNORE'
)
) {
- wfOut( "Category population complete.\n" );
+ $this->output( "Category population complete.\n" );
return true;
} else {
- wfOut( "Could not insert category population row.\n" );
+ $this->output( "Could not insert category population
row.\n" );
return false;
}
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs