r9259 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9258‎ | r9259 | r9260 >
Date:10:41, 29 May 2005
Author:vibber
Status:old
Tags:
Comment:
Fix for pagelinks
Modified paths:
  • /trunk/phase3/maintenance/parserTests.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.php
@@ -319,8 +319,8 @@
320320 # List of temporary tables to create, without prefix
321321 # Some of these probably aren't necessary
322322 function listTables() {
323 - return array('user', 'page', 'revision', 'text', 'links',
324 - 'brokenlinks', 'imagelinks', 'categorylinks',
 323+ return array('user', 'page', 'revision', 'text',
 324+ 'pagelinks', 'imagelinks', 'categorylinks',
325325 'linkscc', 'site_stats', 'hitcounter',
326326 'ipblocks', 'image', 'oldimage',
327327 'recentchanges',

Status & tagging log